An open API service indexing awesome lists of open source software.

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

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