This package can use to set jest environment easily and able to configure extra options.
*Example: *
testEnvironmentOptions: {
browser: 'chrome',
chromeArgs: [
'no-sandbox',
'headless',
'disable-gpu',
'--window-size=1920,1080'
],
},
- chrome
- firefox
- ie
- edge
Check on this page