An NextJS application has been setup to provide a example to test against.
UI
- Login
- Logout
- Add a todo
- Delete a todo
- Mark a todo as complete
API
- GET /api/todos
- POST /api/todos
- DELETE /api/todos - to reset the todos, useful for testing
For instructions on running the app, please refer to /system-under-test/README.md.