Dynamic Test Runner
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2021
02:31 AM
12-10-2021
02:31 AM
Dynamic Test Runner
Hi,
Is there any documentation or tutorial to invoke a feature to run dynamically? I have a properties file that includes the tags that should be ran. After I save the property into a string, how can I run the test runner with said cucumber options?
Thank you
Labels:
- Labels:
-
Cucumber-js
-
Cucumber-JVM
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2021
02:17 AM
12-13-2021
02:17 AM
cucumber-js has the profiles: https://github.com/cucumber/cucumber-js/blob/main/docs/profiles.md
with cucumber-jvm, you can use maven-profiles has documented here: https://cucumber.io/docs/cucumber/configuration/#profiles
