Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Latest commit

 

History

History
 
 

jest-environment-webdriver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.