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
Add end-to-end tests now that there is a test/dev backend.
In any case that involves creating new data, the data items should be removed as part of the test.
In any case that involves changing the data, the data should be changed back as part of the test.
Start with just a navigation script that does a login and some nav then a logout.
The text was updated successfully, but these errors were encountered:
The current e2e tests are too fragile. I am going to change tact here and just use them to ensure that I can open screens and display data properly, etc. The data entry bits will just have to be covered only by unit tests.
1 - remove any test that adds data
2 - remove the data removal code
3 - create data in the testing database
4 - script tests that read the data and verify screens open, etc.
Add end-to-end tests now that there is a test/dev backend.
In any case that involves creating new data, the data items should be removed as part of the test.
In any case that involves changing the data, the data should be changed back as part of the test.
Start with just a navigation script that does a login and some nav then a logout.
The text was updated successfully, but these errors were encountered: