Add support for api.priority (#3859)

This commit is contained in:
Peter Hedenskog 2023-05-25 13:29:14 +02:00 committed by GitHub
parent 2f39a1993b
commit 6c78868aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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