Closed ngtrthinh169TPC closed 1 year ago
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
This seems to be a regression in Cypress with using Cypress.Command.add
Cypress.Command.add
Fix in #161
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