https://github.com/pomidorum1989/js-selenium-jest
Simple automation setup using webdriverio
https://github.com/pomidorum1989/js-selenium-jest
javascript jest selenium
Last synced: 2 months ago
JSON representation
Simple automation setup using webdriverio
- Host: GitHub
- URL: https://github.com/pomidorum1989/js-selenium-jest
- Owner: pomidorum1989
- Created: 2024-07-13T06:06:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T00:26:27.000Z (almost 2 years ago)
- Last Synced: 2025-06-03T15:22:29.914Z (about 1 year ago)
- Topics: javascript, jest, selenium
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium and Jest Automation Framework
## Introduction
This project is an automation framework leveraging Jest and Selenium WebDriver to perform end-to-end tests across multiple browsers (Chrome, Firefox, Edge).
## Installation
1. Clone the repository:
```bash
git clone https://https://github.com/Pomidorum1989/js-selenium-jest.git
cd js-jest-selenium
```
2. Install dependencies:
```bash
npm install
```