This commit is contained in:
2020-10-19 19:11:34 +00:00
parent 067a7e2ef7
commit 34a9b57b68
10 changed files with 90 additions and 83 deletions

View File

@@ -12,7 +12,9 @@ todo: take a look at front end cypress testing etc again, it's going to be the b
See where it's at, is any of it usable?
Even just a single test that logs in, creates a widget using every field, edits it and deletes it would be a good smoke test
Ideally:
Run all tests is all that's required
Smoke test runnable, visits every page and CRUD widget
It should confirm each page has loaded, right now it just checks the url bar but that's not the same as erroring or not
Runs against release mode
need data-cy in release mode so changes need to be made to main dev and etc, perhaps it's just a default to add cy no if statement