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 expect the command that has includeTags to run my 24 tests and the command that has excludeTags to run all of the other tests that dont have the tag sequential-test-execution. But instead I get this:
I have 24 story files in total. As you can see, the first command is skipping all tests (even those that have the tag), and the second command is executing all tests. How am I meant to use this tag to filter tests using the test-runner?
Describe the bug
I have created 1 tag which I have added to some tests.
I then run these 2 commands:
I expect the command that has
includeTags
to run my 24 tests and the command that hasexcludeTags
to run all of the other tests that dont have the tagsequential-test-execution
. But instead I get this:I have 24 story files in total. As you can see, the first command is skipping all tests (even those that have the tag), and the second command is executing all tests. How am I meant to use this tag to filter tests using the test-runner?
To Reproduce
System
The text was updated successfully, but these errors were encountered: