File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ $ sf plugins uninstall @provartesting/provardx-cli
4444- [ ` sf provar manager testcase retrieve ` ] ( #sf-provar-manager-testcase-retrieve )
4545- [ ` sf provar manager test run ` ] ( #sf-provar-manager-test-run )
4646- [ ` sf provar manager test run report ` ] ( #sf-provar-manager-test-run-report )
47+ - [ ` sf provar manager test run abort ` ] ( #sf-provar-manager-test-run-abort )
4748
4849## ` sf provar config get `
4950
@@ -467,3 +468,31 @@ EXAMPLES
467468 $ sf provar manager test run report -i 45f70417-df21-4917-a667-abc2ee46dc63 -r junit -o junit-results.xml
468469
469470```
471+
472+ ## ` sf provar manager test run abort `
473+
474+ Abort an in-progress test run triggered via Provar Manager.
475+
476+ ```
477+ USAGE
478+ $ sf provar manager test run abort -i <value> [--json] [-p <value>] [-w <value>]
479+
480+ FLAGS
481+ -i, --test-run=<value> (required) Test run ID.
482+ -p, --polling-interval=<value> [default: 30] Sets the polling interval in
483+ seconds. Default is 30 seconds.
484+ -w, --wait=<value> [default: 2] Sets the polling timeout in
485+ minutes. Default is 2 minutes.
486+
487+ GLOBAL FLAGS
488+ --json Format output as json.
489+
490+ DESCRIPTION
491+ Abort an in-progress test run triggered via Provar Manager.
492+
493+ EXAMPLES
494+ Abort test run with ID 45f70417-df21-4917-a667-abc2ee46dc63
495+
496+ $ sf provar manager test run abort -i 45f70417-df21-4917-a667-abc2ee46dc63
497+
498+ ```
Original file line number Diff line number Diff line change 11{
22 "name" : " @provartesting/provardx-cli" ,
33 "description" : " A plugin for the Salesforce CLI to orchestrate testing activities and report quality metrics to Provar Manager" ,
4- "version" : " 1.4.6 " ,
4+ "version" : " 1.4.7 " ,
55 "license" : " BSD-3-Clause" ,
66 "plugins" : [
77 " @provartesting/provardx-plugins-automation" ,
You can’t perform that action at this time.
0 commit comments