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
The text was updated successfully, but these errors were encountered:
Add: after(() => { cy.task("resetDb"); }); at the end of the test.js file
after(() => { cy.task("resetDb"); });
Sorry, something went wrong.
Tried that but still getting this error:
cy.task('resetDb') failed with the following error:
spawnSync ./scripts/populate_db ENOENT
Because this error occurred during a before each hook we are skipping all of the remaining test
No branches or pull requests
The text was updated successfully, but these errors were encountered: