Skip to content

Commit

Permalink
Introduced launcher feature test.
Browse files Browse the repository at this point in the history
Also moved the config ones to the feature root.

Refs: candango#290 candango#291
  • Loading branch information
piraz committed Feb 22, 2020
1 parent c76e9f9 commit 7ed109f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions tests/features/launcher.feature
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.

0 comments on commit 7ed109f

Please sign in to comment.