Description:
test.only functionality is not working when using tags
Steps To Reproduce
- Set a tags property for the tests
- Add the include property to use the tags
- Set one or more tests to "test.only"
- run the test
Expected behavior
First, we should check the tests that belong to the tag selected in the include property, then we should look if there is a "test.only" inside that group and only run those tests
Actual behavior
All tests that belong to the tag are executed
Environment:
- Version: bespoken-tools@2.4.30
- OS: Windows 10
- Node version: 8.11
Additional context
None.
Description:
test.only functionality is not working when using tags
Steps To Reproduce
Expected behavior
First, we should check the tests that belong to the tag selected in the include property, then we should look if there is a "test.only" inside that group and only run those tests
Actual behavior
All tests that belong to the tag are executed
Environment:
Additional context
None.