GitXplorerGitXplorer
a

jest-webdriver

public
222 stars
22 forks
5 issues

Commits

List of commits on branch master.
Unverified
93c22619aa9dcf483c2771b37ff5dcb7e777ee91

misc changes and more content

aalexeyraspopov committed 7 years ago
Unverified
7168084016781b2235de2cf3e82989db968ee73a

define docs home page

aalexeyraspopov committed 7 years ago
Unverified
ccf26fe1e9ea3ce3f2195368254bfa0ee69cc0d4

update packages' manifest

aalexeyraspopov committed 7 years ago
Unverified
115cb9afdff194f6cabc5cf5713e21b5258f1624

update package.json and changelog for v0.2.0

aalexeyraspopov committed 7 years ago
Unverified
a25c6a4b0be15ff920bf8a2de98dda9866976fdc

dont expect lock file during ci

aalexeyraspopov committed 7 years ago
Unverified
e7658b700351cea6237f3ae6bd570f23f78084dc

create circle ci basic config

aalexeyraspopov 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.