File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818@ Suite
1919@ IncludeEngines ("cucumber" )
2020@ SelectFile ("test-harness/gherkin/config.feature" )
21- @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "pretty " )
21+ @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "summary " )
2222@ ConfigurationParameter (key = GLUE_PROPERTY_NAME , value = "dev.openfeature.contrib.providers.flagd.e2e.steps.config" )
2323// Config scenarios read System env vars in FlagdOptions.build() and some scenarios also
2424// mutate them. Parallel execution causes env-var races (e.g. FLAGD_PORT=3456 leaking into
Original file line number Diff line number Diff line change 2424@ SelectDirectories ("test-harness/gherkin" )
2525// if you want to run just one feature file, use the following line instead of @SelectDirectories
2626// @SelectFile("test-harness/gherkin/connection.feature")
27- @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "pretty " )
27+ @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "summary " )
2828@ ConfigurationParameter (key = GLUE_PROPERTY_NAME , value = "dev.openfeature.contrib.providers.flagd.e2e.steps" )
2929@ ConfigurationParameter (key = OBJECT_FACTORY_PROPERTY_NAME , value = "io.cucumber.picocontainer.PicoFactory" )
3030@ IncludeTags ("file" )
Original file line number Diff line number Diff line change 2424@ SelectDirectories ("test-harness/gherkin" )
2525// if you want to run just one feature file, use the following line instead of @SelectDirectories
2626// @SelectFile("test-harness/gherkin/selector.feature")
27- @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "pretty " )
27+ @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "summary " )
2828@ ConfigurationParameter (key = GLUE_PROPERTY_NAME , value = "dev.openfeature.contrib.providers.flagd.e2e.steps" )
2929@ ConfigurationParameter (key = OBJECT_FACTORY_PROPERTY_NAME , value = "io.cucumber.picocontainer.PicoFactory" )
3030@ IncludeTags ("in-process" )
Original file line number Diff line number Diff line change 2424@ SelectDirectories ("test-harness/gherkin" )
2525// if you want to run just one feature file, use the following line instead of @SelectDirectories
2626// @SelectFile("test-harness/gherkin/rpc-caching.feature")
27- @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "pretty " )
27+ @ ConfigurationParameter (key = PLUGIN_PROPERTY_NAME , value = "summary " )
2828@ ConfigurationParameter (key = GLUE_PROPERTY_NAME , value = "dev.openfeature.contrib.providers.flagd.e2e.steps" )
2929@ ConfigurationParameter (key = OBJECT_FACTORY_PROPERTY_NAME , value = "io.cucumber.picocontainer.PicoFactory" )
3030@ IncludeTags ({"rpc" })
You can’t perform that action at this time.
0 commit comments