diff --git a/tests/features/config/application_section.feature b/tests/features/application_section.feature similarity index 100% rename from tests/features/config/application_section.feature rename to tests/features/application_section.feature diff --git a/tests/features/launcher.feature b/tests/features/launcher.feature new file mode 100644 index 0000000..2c61913 --- /dev/null +++ b/tests/features/launcher.feature @@ -0,0 +1,12 @@ +# Created by Flavio Garcia at 01/17/2020 +Feature: Launcher + # A Firenado application is started by a launcher. Here we tests important + # scenarios related to launchers. + + Scenario: Start and stop a Process launcher + # Enter steps here + Given: We have a Firenado Application + When: We launch the application using a process launcher + And: The application is running correctly + Then: We stop the application shutdown the launcher + And: The application stops diff --git a/tests/features/config/steps/application_section.py b/tests/features/steps/application_section.py similarity index 100% rename from tests/features/config/steps/application_section.py rename to tests/features/steps/application_section.py