@guardvan/jest-environment-headlesswebdriver

2.4.0 • Public • Published

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

Package Sidebar

Install

npm i @guardvan/jest-environment-headlesswebdriver

Weekly Downloads

26

Version

2.4.0

License

MIT

Unpacked Size

3.61 kB

Total Files

3

Last publish

Collaborators

  • suryatapa
  • willregi