This commit is contained in:
@@ -53,9 +53,7 @@ CURRENT TODOs
|
|||||||
todo: add tests for the following:
|
todo: add tests for the following:
|
||||||
- customize form form
|
- 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
|
- 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
|
- 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
|
|
||||||
- picklist editor form
|
- 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
|
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
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
e2e testing strategy:
|
e2e testing strategy:
|
||||||
|
|
||||||
Only test critical parts of the system and in that, only those prone to failure.
|
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.
|
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
|
let the integration tests handle the failure modes, weird exceptional cases etc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user