This repository contains test cases created while learning to use Cypress. The tests are performed on the website Automation Exercise, based on the test cases provided here.
- Automated test cases for various functionalities on Automation Exercise website
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/O-Bots/Selenium.git
- Open in your chosen IDE and install the necessary dependencies:
npm install
- Ensure you have the latest version of Node.js installed.
To run the test cases, use the following command:
npm run cy:open
This command will execute the test cases using Mocha.js and generate a test report with Mochawesome.
- cypress