From 8f648570007c90c67a3fbc9471e859097b785092 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Thu, 1 Jun 2023 17:44:33 +0200 Subject: [PATCH] api:Add a label to your test (#3869) --- lib/cli/cli.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/cli/cli.js b/lib/cli/cli.js index 6df0fd3ae..4915ad744 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -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.',