This commit is contained in:
2026-02-15 18:05:27 -08:00
parent 3396020d5f
commit e6cae41b78

View File

@@ -1,6 +1,11 @@
I think the best course from here is to pick through the UI and find if there is anything further worth testing due to it's uniqueness and fragility when refactoring.
honestly though this may be enough to move to the next stage
- Test that confirms the version of the server on the login page is as expected this is so that can be used to test a hosted droplet test server and will ensure it has been updated and correct new build is being tested
- Need a way to simplify testing local dev vs online, so can have two separate batch files and just run whichever one required so when release can test locally first then during deployment of installs test one final time on devtest
- also include the version to test against in the command line as well. Put it in the pre-data generation and erasure block so it just aborts right away without modifying anything. Maybe just looks at the login page itself
=-=-=-=-=-=-=-=-=-=-=-=-
From the olden times years ago: