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 testTo run all unit tests without any prompts
$ npm run test-allTo run all e2e tests
$ npm run test:cypresstesting-react-example © 2018, Fernan de Dios. Released under the MIT License.
fernandedios.com · GitHub @fernandedios · Twitter @fernan_de_dios