Skip to content

gostosohub/cypress-ui-zero-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-ui-zero-project

This project is all about learning UI testing using cypress.

Create a project and install Cypress

  1. Create a empty directory of the project name
  2. Open it in the IDE and open the terminal
  3. Run npm init. It will create package.json.
  4. Run npm install cypress
  5. Rum npx install open. It will create some example code and folder structure for you. You can delete the examples and start your own project to work on.Happy coding !

How to run the tests ?

  1. Run the feature file npm run cypress:run
  2. Create html report under testOutput folder npm run cyreport

Intsall Multiple Cucumber HTML Reporter

  1. npm i --D multiple-cucumber-html-reporter
  2. Test report will created under testOutput/

Screenshot 2021-07-26 at 23 08 30

About

Cypress test framework with cucumber

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published