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

@@ -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