summaryrefslogtreecommitdiff
path: root/squad_client/commands/submit.py
diff options
context:
space:
mode:
Diffstat (limited to 'squad_client/commands/submit.py')
-rw-r--r--squad_client/commands/submit.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/squad_client/commands/submit.py b/squad_client/commands/submit.py
index f381b26..fbfe064 100644
--- a/squad_client/commands/submit.py
+++ b/squad_client/commands/submit.py
@@ -20,7 +20,10 @@ class SubmitCommand(SquadClientCommand):
"--results",
help="File with test results to submit. Max 5MB. JSON and YAML formats are supported",
)
- result_group.add_argument("--result-name", help="Single result name")
+ result_group.add_argument(
+ "--result-name",
+ help="Single result name. Please use suite_name/test_name as value for this parameter"
+ )
parser.add_argument(
"--result-value",
help="Single result output (pass/fail/skip)",