NuffieldHealth search for properties This is a cypress test application
- Clone project from
-git clone https://github.com/petermartin2002/nuffield_health.git
-Open project in visualcode
-open terminal and navigate to the cloned repo location
npm install
npm install cypress --save-dev
run the following commands in the terminal
This command will open the cypress runner with .feature file
npm run openCypress
cypress runner window open with feature file click on feature file will run the scripts
This command will run the cypress in the terminal headlessly and generate a mochawesome report
npm run runCypress
The report is located here:
mochawesome-report > test-report.html