mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-01 04:20:23 -05:00
fixes #657, accept --headed option, remove undocumented --show-headless-gui
This commit is contained in:
@@ -65,6 +65,10 @@ const processRunOptions = (options = {}) => {
|
||||
args.push('--browser', options.browser)
|
||||
}
|
||||
|
||||
if (options.headed) {
|
||||
args.push('--headed', options.headed)
|
||||
}
|
||||
|
||||
return args
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user