Project to automate testing for the https://ui-automation-camp.vercel.app/ web application
Packages to install (assuming Node.js is already installed)
# npm install cypress --save-dev
# npm install cypress-iframe --save
# npm install faker# cypress iframe
# faker
# npm run-all
# mochawesome
# mochawesome-merge
# mochawesome-report-generator**To run tests in the browser
npx cypress run**To run a specific test with the reporter
npm run test:spec cypress/test/testName.cy.js **To run a specific test without the report
npx cypress run --spec cypress/test/testName.cy.js