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
{{ message }}
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Take this image as a reference. We should look for tags, but if there's one test with .only in the tests that have that tag, then only execute that test.
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.
The text was updated successfully, but these errors were encountered: