Is there a way to modify test options during the test run? #3429
Unanswered
kretschmannj
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Specifically, I'd like to update the value of skip_testcases_on_fail during the test run. Globally, I want the value to be true (the default). However, I have one particular test in which I'd like to set the value to false. I tried adding browser.options.skip_testcases_on_fail = false to the test but that didn't work. It's still using the default value.
Beta Was this translation helpful? Give feedback.
All reactions