fixes #657, accept --headed option, remove undocumented --show-headless-gui

This commit is contained in:
Brian Mann
2017-09-17 14:56:50 -04:00
parent 5a78ef65fa
commit f2591f81b3
8 changed files with 30 additions and 16 deletions
+4
View File
@@ -65,6 +65,10 @@ const processRunOptions = (options = {}) => {
args.push('--browser', options.browser)
}
if (options.headed) {
args.push('--headed', options.headed)
}
return args
}