Skip to content

Commit b919375

Browse files
Release v1.4.7: version and readme changes (#102)
version and readme changes
1 parent 88f1538 commit b919375

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)