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'm using cypress-tags 1.1.2 plugin to run tests in different environments.
I'm running few tests in loop (example code attached).
The problem is that these tests always run, no matter what the tags are.
Desired behavior
My tags are added to desribe not to separate it so it should be filtered.
constmodules=['module1','module2','module3']describe(['staging'],'test',()=>{modules.forEach(module=>{it('Test something in '+module,()=>{//my test});});});
Cypress Version
12.5.1
Node version
14.15.1
Operating System
Windows 10/11
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered:
cypress-tags is a community plugin, have you tried opening an issue with their repository on the functionality of the plugin? https://github.com/infosum/cypress-tags
Closing as this is an issue with a 3rd party plugin. Please comment back here if new information arises that would require Cypress attention and we can reopen.
Current behavior
I'm using
cypress-tags 1.1.2
plugin to run tests in different environments.I'm running few tests in loop (example code attached).
The problem is that these tests always run, no matter what the tags are.
Desired behavior
My tags are added to
desribe
not to separateit
so it should be filtered.Test code to reproduce
test.txt
Cypress Version
12.5.1
Node version
14.15.1
Operating System
Windows 10/11
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: