api:Add a label to your test (#3869)

This commit is contained in:
Peter Hedenskog 2023-06-01 17:44:33 +02:00 committed by GitHub
parent a1d8e09577
commit 8f64857000
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.label', {
describe: 'Add a label to your test.',
type: 'string',
group: 'API'
})
.option('api.priority', {
type: 'integer',
describe: 'The priority of the test. Highest priority is 1.',