Skip to content

Commit

Permalink
Add client.port
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Oct 31, 2017
1 parent 1cd42b3 commit 150d7b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cdp/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ module.exports = {
default: ['test/**/*.spec.js'],
type: 'array',
},
'client.port': {
description: 'Chrome port',
default: 9222,
type: 'number',
},
'chrome.port': {
description: 'Chrome port',
default: 9222,
type: 'number',
},
'chrome.chromeFlags': {
description: 'Chrome flags',
// default: [],
default: ['--headless', '--disable-gpu', '--allow-file-access-from-files'],
type: 'array',
},
Expand Down

0 comments on commit 150d7b5

Please sign in to comment.