codeceptjs-selenium
v1.0.3
Published
Bootstrap and Teardown Selenium Standalone Server for CodeceptJS
Downloads
5
Maintainers
Readme
codeceptjs-selenium
Bootstrap and Teardown Selenium Standalone Server for CodeceptJS
Usage
Install
yarn add codeceptjs-selenium -D
Add to CodeceptJS Config
{
...
bootstrap: require('codeceptjs-selenium').bootstrap,
teardown: require('codeceptjs-selenium').teardown,
...
}