We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im trying to add this Package to my framework, but after run npm install cypress-tags And copy import line to my cypress.config.ts
Im simple getting this issue:
Module "cypress-tags" has no exported member 'tagify'.
The text was updated successfully, but these errors were encountered:
a workaround for now would be to add const tagify = require('cypress-tags');
const tagify = require('cypress-tags');
Sorry, something went wrong.
Thanks for reporting this - it should now be fixed in v1.0.1.
v1.0.1
No branches or pull requests
Im trying to add this Package to my framework, but after run npm install cypress-tags
And copy import line to my cypress.config.ts
Im simple getting this issue:
Module "cypress-tags" has no exported member 'tagify'.
The text was updated successfully, but these errors were encountered: