Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 739 Bytes

File metadata and controls

39 lines (31 loc) · 739 Bytes

Automation Bootcamp- Final Project

Project to automate testing for the https://ui-automation-camp.vercel.app/ web application

Getting Started

Packages to install (assuming Node.js is already installed)

# npm install cypress --save-dev
# npm install cypress-iframe --save
# npm install faker

Dependencies

# cypress iframe
# faker
# npm run-all
# mochawesome
# mochawesome-merge
# mochawesome-report-generator

Running the tests

**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