Skip to content

masai-codes/test-cypress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Clone the App

git clone <url>

npm install

goto package.json

add to the scripts object

"cypress" : "cypress open"

After that you can run

npm run cypress

with this you will be able to see cypress dashboard open.

If you are setting it up for the first time, it will have an examples folder inside cypress folder with many examples that you can see what all you can run.

You will see a cypress.json (which is empty) and cypresss

you can remove the examples folder after that.

- cypress
    - fixtures
    - integration # test files
    - support

About

base-repo-for-cypress-testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.7%
  • JavaScript 33.3%