forked from candango/firenado
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also moved the config ones to the feature root. Refs: candango#290 candango#291
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.