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
For the live site scenario many tests have to be rewritten - they need a direct db connection.
Reason for this is that the reset of the seeded data is written directly in the cypress tests and will fail always.
These tests can also run only once cause the data is not reset in db.
There is a missing step to set the db-host in cypress config to point to the external db and not all providers allow access outside of localhost to the db.
The text was updated successfully, but these errors were encountered:
For the live site scenario many tests have to be rewritten - they need a direct db connection.
Reason for this is that the reset of the seeded data is written directly in the cypress tests and will fail always.
These tests can also run only once cause the data is not reset in db.
There is a missing step to set the db-host in cypress config to point to the external db and not all providers allow access outside of localhost to the db.
The text was updated successfully, but these errors were encountered: