Sample React app, with unit tests and e2e tests.
- Display a list of users
- Sort list
- Add new users
Cypress
Unit tests
To run this project
- Clone repo
git clone https://github.com/mz4/users.git .
- Install dependencies
yarn
- Start local server
yarn start
- Run unit tests
yarn test
- Run Cypress tests
yarn cypress:open