Add --view as alias on Mac to open the result page (#3596)

This commit is contained in:
Peter Hedenskog 2022-03-10 22:21:38 +01:00 committed by GitHub
parent 6512ea245f
commit 0f31c4e7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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', {