Skip to content

SPowell1/Automation-Bootcamp-Final-Project

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published