You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Thank you for sharing the app realword for testing. I meet an error and I am blocking to continue with error :
cy.task('db:seed') failed with the following error:Request failed with status code 415
2 | describe("User Sign-up and Login", function () {
3 | beforeEach(function () {
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, Thank you for sharing the app realword for testing. I meet an error and I am blocking to continue with error :
cy.task('db:seed') failed with the following error:Request failed with status code 415
2 | describe("User Sign-up and Login", function () {
3 | beforeEach(function () {
| cy.task("db:seed");
** //Cypress highlited here error ?
| ^
5 | cy.server();
6 | cy.route("POST", "/users").as("signup");
7 | cy.route("POST", "/bankAcco
Just to note the code application has not be changed and I don't know why all tests failed on this step
Beta Was this translation helpful? Give feedback.
All reactions