Jest, Enzyme, Cypress, Create React App
Jest, Enzyme, Cypress e2e compilation of common test cases
Checkout this repo, install dependencies, configure, then start the app.
$ git clone git@github.com:fernandedios/testing-react-example.git
$ cd testing-react-example
$ npm install
$ npm test
To run all unit tests without any prompts
$ npm run test-all
To run all e2e tests
$ npm run test:cypress
testing-react-example © 2018, Fernan de Dios. Released under the MIT License.
fernandedios.com · GitHub @fernandedios · Twitter @fernan_de_dios