@guardvan/jest-environment-headlesswebdriver
v2.4.0
Published
Selenium running environment for jest test.
Downloads
141
Readme
jest-environment-headlesswebdriver
Jest environment with extra options available
This package can use to set jest environment easily and able to configure extra options.
Jest testEnvironmentOptions
*Example: *
testEnvironmentOptions: {
browser: 'chrome',
chromeArgs: [
'no-sandbox',
'headless',
'disable-gpu',
'--window-size=1920,1080'
],
},
Options of Browsers
- chrome
- firefox
- ie
- edge
Args for Browsers Driver
Check on this page