File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
src/test/java/org/soujava/demos/mongodb Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1- package org .soujava .demos .mongodb .document ;
2-
3- import io .cucumber .junit .platform .engine .Cucumber ;
1+ package org .soujava .demos .mongodb ;
42
53import org .junit .platform .suite .api .ConfigurationParameter ;
64import org .junit .platform .suite .api .IncludeEngines ;
7- import org .junit .platform .suite .api .SelectClasspathResource ;
5+ import org .junit .platform .suite .api .SelectPackages ;
86import org .junit .platform .suite .api .Suite ;
97
10- import static io .cucumber .junit .platform .engine .Constants .PLUGIN_PROPERTY_NAME ;
118import static io .cucumber .junit .platform .engine .Constants .GLUE_PROPERTY_NAME ;
9+ import static io .cucumber .junit .platform .engine .Constants .PLUGIN_PROPERTY_NAME ;
1210
1311@ Suite
1412@ IncludeEngines ("cucumber" )
15- @ SelectClasspathResource ( "features " )
16- @ ConfigurationParameter (key = GLUE_PROPERTY_NAME , value = "org.soujava.demos.mongodb.stepdefinitions " )
17- @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "pretty, summary " )
13+ @ SelectPackages ( "org.soujava.demos.mongodb " )
14+ @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "pretty " )
15+ @ ConfigurationParameter (key = GLUE_PROPERTY_NAME , value = "org.soujava.demos.mongodb " )
1816public class RunCucumberTest {
19-
20- }
17+ }
You can’t perform that action at this time.
0 commit comments