2.4.0 • Published 4 years ago

@guardvan/jest-environment-headlesswebdriver v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

2.4.0

4 years ago

2.2.0

4 years ago

2.3.0

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago