Connect Jest tests to Selenium WebDriver.
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.
The project includes next packages that are available via NPM:
jest-environment-webdriver
— custom Jest environment that allows tests to communicate with Selenium WebDriverjest-screenshot-reporter
— complementary Jasmine reporter that captures screenshots for failed tests