An Application for showing how to test React components with Cypress
run the following command on your terminal to clone the repository:
git clone git@github.com:mwaz/component-testing-with-cypress.git
cd component-testing-with-cypress
npm test
npm start
This repo is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.
- Blog post: Testing React Components with Cypress
- Author's GitHub profile: Waweru Mwaura