Skip to content

Commit

Permalink
added example file
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Aug 15, 2020
1 parent 3d70b93 commit d0ac8a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<!--</sourceFeatures>-->

<!-- process a text file containing paths to features and line numbers (as it is written by the Cucumber rerun formatter) -->
<sourceFeatures>@src/test/resources/cucumber-feature-list.txt</sourceFeatures>
<!-- <sourceFeatures>@src/test/resources/cucumber-feature-list.txt</sourceFeatures> -->

<!-- process a specific feature file and specific line numbers in the given directory -->
<!--<sourceFeatures>src/test/resources/features/testfeature/MyTest1.feature:8:19</sourceFeatures>-->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@featureTag
Feature: MyTestMultipleSubFolders

Scenario: Scenario in multiple sub folders
Given this is a given step
When I do something
Then I expect a result

0 comments on commit d0ac8a7

Please sign in to comment.