Skip to content
/ z-users Public

Sample React Redux app with unit tests and e2e tests

Notifications You must be signed in to change notification settings

mz4/z-users

Repository files navigation

Users

Sample React app, with unit tests and e2e tests.

Features

  • Display a list of users
  • Sort list
  • Add new users

Demo

demo

Cypress

cyoress

Unit tests

unittests

Run project

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

License

MIT