As a new user, I would like the app to load
As a developer, I would like to fulfill that new user's desire
Our developers need an automated way to find out their change loads in the fresh start scenario.
Cypress has been added to the project for automated integration testing, but the project changed too fast a first for cypress to be worth the extra time. Let's get using it again.
The most common way the app fails on a fresh start but not an established client with pre-existing data is a failure to initialize IndexedDB. This could be because of a schema issue or botched migration.
As a new user, I would like the app to load
As a developer, I would like to fulfill that new user's desire
Our developers need an automated way to find out their change loads in the fresh start scenario.
Cypress has been added to the project for automated integration testing, but the project changed too fast a first for cypress to be worth the extra time. Let's get using it again.
The most common way the app fails on a fresh start but not an established client with pre-existing data is a failure to initialize IndexedDB. This could be because of a schema issue or botched migration.