Please complete the exercise by implementing a complete set of playwright tests for the To-Do Application.
The To-Do Application maintains a list of items you may want to complete later. You can add items, remove items, mark items as completed, and filter the items.
This all requires node. Once installed it can be tested using the following commands.
npm install
npx playwright install
npx playwright test
The playwright UI can be started with the following command.
npm test
The To Do app can be started independently using the command:
npm start
or
npx http-server -o