We should produce some "demonstration" e2e tests. Then we can follow that model as the app grows.
The developer for this issue should do some research on e2e frameworks, then look at our app and give a list of the types of things to be covered by e2e testing.
Once that's all agreed the developer can start implementing the tests.
Thoughts for E2E testing
- App loads, force load of reference UI, verify categories/entries defined
- Click on particular button, check modal dialog opens
- Cancel modal dialog, check narrative listing still empty
- Trigger event again, enter insufficient data, Accept disabled
- Provide sufficient data, Accept enabled, press Accept. Verify new entry in Narrative
We should produce some "demonstration" e2e tests. Then we can follow that model as the app grows.
The developer for this issue should do some research on e2e frameworks, then look at our app and give a list of the types of things to be covered by e2e testing.
Once that's all agreed the developer can start implementing the tests.
Thoughts for E2E testing