Skip to content

Files

Latest commit

87f994a · Dec 17, 2021

History

History

cypress-studio

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)