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 added for ~ 150 tests a tag - { tags: '@filter' }, to the it block, and when I run the whole tests, I have around 600 tests, with the required variable, it is running the filtered tests, but when I don't send the variable, I see that it ran around ~1300 tests. I am not sure why it is happening
Passed run before adding the filter:
Run with the filter but without sending the variable:
The text was updated successfully, but these errors were encountered:
I added for ~ 150 tests a tag -
{ tags: '@filter' },
to the it block, and when I run the whole tests, I have around 600 tests, with the required variable, it is running the filtered tests, but when I don't send the variable, I see that it ran around ~1300 tests. I am not sure why it is happeningPassed run before adding the filter:
Run with the filter but without sending the variable:
The text was updated successfully, but these errors were encountered: