cypress-firebase icon indicating copy to clipboard operation
cypress-firebase copied to clipboard

README setup causes error

Open YMRTZ opened this issue 3 years ago • 0 comments

Describe the bug

Setup method in README causes Cypress to break

To Reproduce

  1. 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.

YMRTZ avatar Jul 21 '22 17:07 YMRTZ