Cypress integration
How to integrate Katalon and Cypress with our sample project
Make sure that Cypress and Node are installed on your machine.
- Copy our sample GitHub repository by
git clone
. - Go inside the project by running
cd Katalon-Cypress-Integration
. - Execute the command to run:
cd cypress && npm install && npm test