Skip to content

madison08/cypress-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation



how to use cypress in our project

Installation


Normally it will be already installed, you can skip this step in our project if this is the case.

  • Installing Cypress via npm
$ cd /your/project/path
$ npm install cypress --save-dev 
  • Installing Cypress via yarn
$ cd /your/project/path
$ yarn add cypress --dev 

Opening Cypress


if cypress is already in the project start here

$ cd /your/project/path
$ ./node_modules/.bin/cypress open

Or with the shortcut using npm bin

$ $(npm bin)/cypress open

Or by using yarn

$ yarn run cypress open

-- after this βŒ› --

-- πŸš€ And watch it start in an electronic application --

  • choose your browser
  • choose your test
  • And start

for more informations cypress.io




πŸ™ƒ make with ❀️ by jkp-dev

About

simple doc for cypress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors