Skip to content
Discussion options

You must be logged in to vote

It depends a bit on how you run Cucumber.

If you're running with JUnit 5, then only system properties are supported. See: https://github.com/cucumber/cucumber-jvm/tree/main/cucumber-junit-platform-engine#configuration-options
If you're running with JUnit 4, TestNG or the CLI, then all properties are supported as environment variables if written in UPPER_SNAKE_CASE. See: https://github.com/cucumber/cucumber-jvm/tree/main/cucumber-core#properties-environment-variables-system-options

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wazzeps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants