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
Yes
npx create-remix@latest --template remix-run/grunge-stack npm run test:e2e:dev
Then go to Cypress and run the smoke test.
All the test should pass
Cypress's custom commands cannot be recognized:
Type Error: cy.visitAndCheck is not a function
Type Error: cy.login is not a function
I'm having the same problem with the Indie Stack
The text was updated successfully, but these errors were encountered:
This seems to be a regression in Cypress with using Cypress.Command.add
Cypress.Command.add
Fix in #161
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
Then go to Cypress and run the smoke test.
Expected Behavior
All the test should pass
Actual Behavior
Cypress's custom commands cannot be recognized:
Type Error: cy.visitAndCheck is not a function
Type Error: cy.login is not a function
I'm having the same problem with the Indie Stack
The text was updated successfully, but these errors were encountered: