You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I argue that the intuitive interface for selecting to run only the tests for this specific scenario is: ./test_executable foo.
However, given that the SCENARIO binding prepends its descriptor with Scenario:, we're required to instead select for the specific scenario like so: ./test_executable "Scenario: foo", which seems less than ideal.
The text was updated successfully, but these errors were encountered:
Say I have some
SCENARIO
defined like so:I argue that the intuitive interface for selecting to run only the tests for this specific scenario is:
./test_executable foo
.However, given that the
SCENARIO
binding prepends its descriptor withScenario:
, we're required to instead select for the specific scenario like so:./test_executable "Scenario: foo"
, which seems less than ideal.The text was updated successfully, but these errors were encountered: