Add support for api.priority (#3859)
This commit is contained in:
parent
2f39a1993b
commit
6c78868aac
|
|
@ -1840,6 +1840,11 @@ export async function parseCommandLine() {
|
|||
type: 'string',
|
||||
group: 'API'
|
||||
})
|
||||
.option('api.priority', {
|
||||
type: 'integer',
|
||||
describe: 'The priority of the test. Highest priority is 1.',
|
||||
group: 'API'
|
||||
})
|
||||
.option('api.json', {
|
||||
describe: 'Output the result as JSON.',
|
||||
group: 'API'
|
||||
|
|
|
|||
Loading…
Reference in New Issue