0.2.5 • Published 6 years ago

jest-environment-webdriver-sway-fork v0.2.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

jest-environment-webdriver

Sway-specific fork of the project!

Contains PRs 3 and 4.

Connect Jest tests to Selenium WebDriver.

npm install --save-dev jest-environment-webdriver

Usage

Set testEnvironment to jest-environment-webdriver and select target browser using testEnvironmentOptions:

"testEnvironment": "jest-environment-webdriver",
"testEnvironmentOptions": {
  "browser": "safari"
}

Environment API

Next global objects and functions are available in testing code.

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago