api:Add a label to your test (#3869)
This commit is contained in:
parent
a1d8e09577
commit
8f64857000
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue