Skip to content

Commit

Permalink
run chrome integration tests headless
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Oct 4, 2017
1 parent 0537fe9 commit 3e4eff1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion specs/intern.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ define({
// and platformVersion; any other capabilities options specified for an environment will be copied as-is. Note that
// browser and platform names, and version number formats, may differ between cloud testing systems.
environments: [
{ browserName: 'chrome' },
{
browserName: 'chrome',
// Run headless when possible
// Comment below line when using `leaveRemoteOpen: true`
chromeOptions: { args: ['headless', 'disable-gpu'], }, fixSessionCapabilities: false,
},
],

// Uncomment to keep browser automation session open to inspect results of tests
Expand Down

0 comments on commit 3e4eff1

Please sign in to comment.