cypress-firebase
cypress-firebase copied to clipboard
README setup causes error
Describe the bug
Setup method in README causes Cypress to break
To Reproduce
- Follow the steps listed in the README to install Cypress and cypress-firebase
Expected behavior/code Cypress should run properly after following setup steps.
Possible Solution
Replacing "supportFile: 'cypress/support/e2e/index.js'," inside cypress.config.ts with "supportFile: 'cypress/support/e2e.ts',", which corresponds to the support commands file, solved the issue.