This is a simple html app with some basic "TODO list" functionality.
21.09.2023 If you were an attendee of the workshop and want to do it again in your spare time.
Find the file called
instructions.mdand follow the checklist
- Navigate to the
src/webappfolder npm installnpm run start-server
Then you'll be able to navigate to the localhost:8080 in your browser and use the app.
- Navigate to the
src/webapp/apifolder npm installnpm run test
- Navigate to the
e2e/folder npm installnpm run test
Alternatively you could run npm run open to open Cypress UI and start the tests from there.
Note that the tests would fail if you are NOT running the todo app, see the instructions above ⬆️
