Skip to content

CypressTestingStudy/CypressTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Test

CypressTest

Cypress tests

SetUp

  1. Configure a cypress.json file based on cypress.sample.json

  2. Run

npm install

Running

Using cypress UI mode

npx cypress open

Using Headless mode

npx cypress run

Run specific test in Headless mode

npx cypress run --testFile.js

Run Headless mode with Dashboard Analysis

npx cypress run --record --key 49bfa993-ad20-464c-b7ab-d9d27ae262c0

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •