Add --view as alias on Mac to open the result page (#3596)
This commit is contained in:
parent
6512ea245f
commit
0f31c4e7d9
|
|
@ -1487,7 +1487,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
|
|||
describe: 'Give your test a name.'
|
||||
})
|
||||
.option('open', {
|
||||
alias: 'o',
|
||||
alias: ['o', 'view'],
|
||||
describe: 'Open your test result in your default browser (Mac OS only).'
|
||||
})
|
||||
.option('slug', {
|
||||
|
|
|
|||
Loading…
Reference in New Issue