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.
- yarn
npm install --global yarn
- Clone the repo
git clone https://github.com/ModusCreateOrg/qa-coe-experiments
- Install NPM packages under
cypress-studio
foldercd cypress-studio yarn
- You can run cypress tests in two ways:
- Headless mode
npx cypress run
or
- Open Cypress Test Runner
npx cypress open
Pedro Hyvo - @pedrohyvo