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.
My tags are added to desribe not to separate it so it should be filtered.
Test code:
const modules = ['module1', 'module2', 'module3']
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.
My tags are added to desribe not to separate it so it should be filtered.
Test code:
const modules = ['module1', 'module2', 'module3']
describe(['staging'], 'test', () => {
modules.forEach(module => {
});
});
Cypress version:
12.5.1
Node version:
14.15.1
OS:
Windows 10/11
The text was updated successfully, but these errors were encountered: