Cypress integration
Note:
Please note that the use case presented here is a suggestion only and should be implemented with caution. It has not undergone quality assurance testing and is not officially supported by our platform.
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