Files
raven-test/e2e/notes.txt
2021-10-30 00:20:33 +00:00

41 lines
1.2 KiB
Plaintext

todo: flow native date time input option to the standalone date and standalone time pickers
remove the native pickers that were separate objects and the backup datetime no longer required
test and confirm native works in date/time/datetime
Update e2e test to set to native on first task before it starts doing input
todo: some elements like buttons and nav menu etc are repetitive and prone to breakage so perhaps centralize that so can just provide a hint and it will pick it properly every time
=====================================================================================================================================
Smoke test = quick test to ensure the most critical functionality is not broken
this is not so useful for us as the act of development involves many smoke tests on it's own
also we don't release often enough to need this kind of test
Regression test = extremely detailed test to ensure *all* functionality is working properly
this is the most useful test for us and the one to run before any releases
Assuming it takes an hour or two at the most to run that's perfectly fine before a release as a sanity check