This repository contains the base setup of an UI testing project, using Cypress v9 + Cucumber
A simple search in DuckDuckGo to check that results are displayed is used as example
The minimum requirements are:
node v18.16 npm 9.5.1
- Download or clone the repository
- Open a terminal
- Go to the path of the "package.json" file and execute:
npm install
To run the tests in headless mode, go to main directory and execute:
npm run run_tests
To open the Cypress IDE, run:
npm run open
To check the report, open the '/repors/index.html' file once the execution has finished.