jest-environment-webdriver

0.2.0 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.0653latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.0653
0.1.00

Package Sidebar

Install

npm i jest-environment-webdriver

Weekly Downloads

653

Version

0.2.0

License

MIT

Unpacked Size

3.15 kB

Total Files

4

Last publish

Collaborators

  • alexeyraspopov