Continuous Testing with Cypress + Azure DevOps
This projects aimed at providing a working and usable test framework using Cypress and Azure DevOps pipelines to help setup continuous testing and continuous delivery.
In this demo I will be testing Help & FAQs page of ASOS.com for different markets (UK and France)
npm install
command on root directory to install required packagesAdd cypress.env.json file with following property
{
"MARKET": "uk"
}
Note: change the above property value to appropriate market to run tests on different market.
Run following command in command line or VS Code terminal
npm run cy:open