Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.71 KB

File metadata and controls

33 lines (22 loc) · 1.71 KB

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

  1. Fork the project
  2. clone it
  3. npm ci
  4. npx nx serve testing-todos-list to play with the application
  5. npx nx test testing-todos-list to test your application with Testing Library
  6. npx nx component-test testing-todos-list --watch to test your application with Cypress
  7. ...work on it
  8. Commit your work
  9. Submit a PR with a title beginning with Answer:28 that I will review and other dev can review.

todo list app testing todo list app testing solution author

You can ask any question on twitter