A comprehensive end-to-end (E2E) testing framework using Cypress for automating UI tests with TypeScript.
This project aims to provide a robust framework for automated testing using Cypress, focusing on end-to-end tests for web applications.
- End-to-end testing capabilities
- Supports TypeScript for type safety
- Easily customizable commands
- Simple integration with CI/CD pipelines
- Cypress - For end-to-end testing
- TypeScript - JavaScript with static typing
- cypress-xpath - XPath support for element selection
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/bose1413/degreed-sdet-prem.git
-
Navigate into the project directory & do installation:
cd degreed-sdet-prem
npm install
Run below command to run configured tests
npm run test
- Project Link: https://github.com/bose1413/degreed-sdet-prem