Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 1.71 KB

README.md

File metadata and controls

72 lines (52 loc) · 1.71 KB

Cypress.io example workflow


Cypress Studio experiment

About The Project

The main goal of this experiment is to share with the community how Cypress Studio feature works and we're open for suggestions that improves the code as well.

(back to top)

Getting Started

Prerequisites

  • yarn
    npm install --global yarn

How to run cypress tests

  1. Clone the repo
    git clone https://github.com/ModusCreateOrg/qa-coe-experiments
  2. Install NPM packages under cypress-studio folder
    cd cypress-studio
    yarn
  3. You can run cypress tests in two ways:
  • Headless mode
 npx cypress run

or

  • Open Cypress Test Runner
    npx cypress open

(back to top)

Contact

Pedro Hyvo - @pedrohyvo

(back to top)

Acknowledgments

(back to top)