Skip to content

WillXing/jest-environment-headlesswebdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published