mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
1.7 KiB
1.7 KiB
Todo list app testing
Author: Thomas Laforge
Statement:
I built this more real life application to create more real life test cases. In this application, you can search for tickets, you can assign or finish them. You can also create new tickets.
This is a very simple application, but it will let you deal with asynchronous task and mocks
The goal of this challenge is to write all test cases of ticket.store , list.component and row.component with Testing Library.
You can also do it with cypress.
Submitting your work
- Fork the project
- clone it
- npm ci
npx nx serve testing-todos-listto play with the applicationnpx nx test testing-todos-listto test your application with Testing Librarynpx nx component-test testing-todos-list --watchto test your application with Cypress- ...work on it
- Commit your work
- Submit a PR with a title beginning with Answer:28 that I will review and other dev can review.