Create an end to end (e2e) test, testing the full web app after deploying to the development or production environment that checks:
Home Page
To-Do App
1. ToDo List Page /todo-next/todo/
2. Create ToDo Page /todo-next/todo/create/
3. View ToDo Item Page /todo-next/todo/{id}/
4. Edit ToDo Item Page /todo-next/todo/edit/{id}/
Create an end to end (e2e) test, testing the full web app after deploying to the development or production environment that checks:
Home Page
To-Do App
1. ToDo List Page
/todo-next/todo/2. Create ToDo Page
/todo-next/todo/create/"Please check your input."text"Success! Successfully saved the Todo data."3. View ToDo Item Page
/todo-next/todo/{id}/"Delete Todo: Do you want to delete this Todo?""Delete Todo: The Todo was successfully deleted"after a successful deletion."Delete Todo: The Todo was successfully deleted"deletion message modal will take the user to the ToDo List page4. Edit ToDo Item Page
/todo-next/todo/edit/{id}/"Please check your input."text"Success! Successfully saved the Todo data."