0.2.0 • Published 6 years ago

jest-environment-webdriver v0.2.0

Weekly downloads
6,200
License
MIT
Repository
-
Last release
6 years ago

jest-environment-webdriver

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.