-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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 => {
it('Test something in ' + module, () => {
//my test
});
});
});
Cypress version:
12.5.1
Node version:
14.15.1
OS:
Windows 10/11
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels