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 was 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