This commit is contained in:
2020-04-04 21:09:52 +00:00
parent 12caccf2b2
commit 05a7cdf84f
2 changed files with 6 additions and 3 deletions

View File

@@ -53,9 +53,7 @@ CURRENT TODOs
todo: add tests for the following:
- customize form form
- NOTE: All cypress tests run serially anyway, so it's perfectly ok to customize the widget form, go see if it worked, then come back and reverse it without affecting the other tests
- so do a real customization and with the conditional data-cy attribute possibility there's no reason not to put that attribute anywhere desired like on every clickable element tested etc
- change password form
- User options form
- so do a real customization and with the conditional data-cy attribute possibility there's no reason not to put that attribute anywhere desired like on every clickable element tested etc
- picklist editor form
todo: Customer login should have help links go to a special customer end user section in the manual, but they can still view the rest of the manual becuase maybe they will buy it

View File

@@ -1,6 +1,11 @@
e2e testing strategy:
Only test critical parts of the system and in that, only those prone to failure.
things prone to fail are:
- Vuetify on an update
- ?
So excercise all form components will be a big help
No need to test everything, just the most critical aspects and enough to confirm they essentially work.
let the integration tests handle the failure modes, weird exceptional cases etc