File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 66import org .junit .jupiter .api .Order ;
77import org .junit .platform .suite .api .ConfigurationParameter ;
88import org .junit .platform .suite .api .IncludeEngines ;
9- import org .junit .platform .suite .api .SelectDirectories ;
9+ import org .junit .platform .suite .api .SelectFile ;
1010import org .junit .platform .suite .api .Suite ;
1111
1212/**
1616@ Order (value = Integer .MAX_VALUE )
1717@ Suite
1818@ IncludeEngines ("cucumber" )
19- // @SelectFile("test-harness/gherkin/config.feature")
20- @ SelectDirectories ("test-harness/gherkin" )
19+ @ SelectFile ("test-harness/gherkin/config.feature" )
2120@ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "pretty" )
2221@ ConfigurationParameter (key = GLUE_PROPERTY_NAME , value = "dev.openfeature.contrib.providers.flagd.e2e.steps.config" )
2322public class ConfigCucumberTest {}
You can’t perform that action at this time.
0 commit comments