GitXplorerGitXplorer
a

jest-webdriver

public
222 stars
22 forks
5 issues

Commits

List of commits on branch master.
Unverified
129c376f10a8ed28d9dcc33f325ee6720641857a

Wrapped .close with a try/catch

committed 6 years ago
Unverified
3cf60c11980cfa81813e103ecfb54b70f30e7c87

Update WebDriverEnvironment.js

committed 7 years ago
Unverified
762352bfc5199148e6507f3383d666ef8d2f8c43

Pre-empted driver quitting with a .close

committed 7 years ago
Unverified
12ecf30e63aa3c41005e618103e1c9140fbcc671

Syntax highlighted screenshot-reporter's README snippets

committed 7 years ago
Unverified
356c6114f6171b766ff87e309402cdf64bb928fc

Whoops, >=

committed 7 years ago
Unverified
d792b35639d8422a9b6604b032cb018abde6106e

Allowed node ^8.x in screenshot-reporter

committed 7 years ago

README

The README file for this repository.

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.