Skip to content

andrewbaisden/tdd-react-cypress-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD React Cypress App

Tdd React Cypress App

Install and Setup

  1. Clone or download this repo.

  2. cd into the root folder and run the command below to install the dependencies.

npm install
  1. Now run the commands below in your command line application but in different tabs/windows.
# To start React
npm run start
# To start Jest
npm run test
# To start Cypress
npx cypress open

You should have React, Jest and Cypress running at the same time. You might need to press a or enter to run all Jest tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published