Skip to content

george-kapf/TIC

Repository files navigation

To Do App Exercise

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.

Getting started

This all requires node. Once installed it can be tested using the following commands.

npm install
npx playwright install
npx playwright test

Run the Playwright UI

The playwright UI can be started with the following command.

npm test

Start the To Do App

The To Do app can be started independently using the command:

npm start

or

npx http-server -o

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published