Anna Thomas

Results 15 comments of Anna Thomas

And you can see `cypress-tags` is installed when you run `npm ls cypress-tags`? I'm not sure why node wouldn't be able to find the package if it's all installed.

Hi @GeorgeXCV This appeared to be an issue with 1.1.1, a new version 1.1.2 has now be released that should fix the issue.

Hi @pdisselhorst Are you sure that's a cypress-tags issue? Cypress is the one that will look up your cypress.json or cypress.config.ts file. Cypress-tags is just a pre-processor. I would also...

@nikotomad can you share your `cypress.config.ts`?

Hi @nikotomad It looks like you're not actually using `cypress-tags` as your preprocessor. I don't think the plugin would be compatible cucumber for this reason, as they both filter tests...