alexeyraspopov / jest-webdriver

Connect Jest tests to Selenium WebDriver

Home Page:https://alexeyraspopov.github.io/jest-webdriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest WebDriver Integration

Connect Jest tests to Selenium WebDriver.

Limitations

The project is in progress. It only supports running preinstalled WebDrivers (Chrome, Safari, Firefox, Edge, IE) without additional options. Capabilities configuration will be added soon. Pull requests welcomed.

Usage

The project includes next packages that are available via NPM:

Examples

In examples folder you can find complete demo projects with installed Jest WebDriver packages and a sample test case that does a thing.

  • Basic Test Case — a demo project that includes minimum configuration and runs a single test that is written with all the recommended design patterns

Documentation

Complete documentation and guidelines are in progress. You can find basic API reference in each package's folder.

As a complete "getting started" guide please read Testing javascript applications with Selenium, Async/Await, and Jest.

About

Connect Jest tests to Selenium WebDriver

https://alexeyraspopov.github.io/jest-webdriver

License:MIT License


Languages

Language:JavaScript 99.3%Language:Shell 0.7%