Closed zimmicz closed 2 years ago
Unfortunately from the look of this issue it is not currently possible to use multiple file preprocessors.
I would recommend adding your use case to the thread there.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have a
plugins/index.ts
file that already uses webpackPreprocessor:How do I enable cypress-tags preprocessing as well? When I put it above the webpackPreprocessor line, it does not seem to do anything. When I put it on a line below, I get a bunch of errors like this one:
Is it possible to use cypress-tags alongisde other preprocessors?