You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging development in master for Release 0.3.0 (#28)
* PRO-16810: ProvarDX Incorrect Help messages (#23)
- Updated help messages for runtests, validate commands displayed on running `sfdx provar --help`
- Updated company name in LICENSE.md
* PRO-16923: ProvarDX runtests fails to handle special characters in Scratch Org Passwords properly (#25)
* PRO-16923: ProvarDX runtests fails to handle special characters in Scratch Org Passwords properly
* PRO-16923: Special characters were causing issues on different OS so encoded the password
* PRO-16897: ProvarDX: Runtests secrets flag override incorrectly documented
* PRO-16897: ProvarDX: Runtests secrets flag override incorrectly documented
* PRO-16890 : Enforce required flags for provar:metadatacache (#26)
* PRO-16890 : Enforce required flags for provar:metadatacache
The command started executing even when required flags were not given.
Changed that to give error in typescript itself. Also made changes to
make sure that the flags work correctly in tandem.
* PRO-16890 : Implement review comments and add change log
* PRO-16890 : Implement review comments
Corrected conditional checks to use "===" & '!==' for comparison and
renamed variables with self explanatory names
* PRO-16890 : Implement review comments
Co-authored-by: mayank.nehru <mayank.nehru@HP-Mayanknehru>
* PRO-17213: ProvarDX 0.3.0 release (#27)
Bumped version to 0.3.0
Co-authored-by: Mayank Nehru <mayank.nehru@provartesting.com>
Co-authored-by: mayank.nehru <mayank.nehru@HP-Mayanknehru>
Co-authored-by: ProvarTesting <6640365+ProvarTesting@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# provartesting/provardx
1
+
# ProvarDX™
2
2
3
-
ProvarDX is a Salesforce CLI Plugin for existing Provar customer to allow them to execute Provar Test Cases from the command line, leveraging the Salesforce CLI and SalesforceDX applications. This provides an alternative mechanism for running test cases than running under ANT.
3
+
ProvarDX™ is a Salesforce CLI Plugin for existing Provar customer to allow them to execute Provar Test Cases from the command line, leveraging the Salesforce CLI and SalesforceDX applications. This provides an alternative mechanism for running test cases than running under ANT.
4
4
You must be a Provar customer with a valid paid license to write and maintain your test cases.
Copy file name to clipboardExpand all lines: messages/runtests.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@
5
5
"connectionOverridefile": "Connection file in the format provardx-connection-schema.json providing a mapping between the Provar project Connection names and the target users to be used.",
6
6
"cachePathFlagDescription": "Specify relative or full file path for where a metadata cache has already been downloaded using either a VCS extract or metadata ProvarDX command.",
7
7
"metadataLevelFlagDescription": "Specify permitted values reload (get all metadata - default) | refresh (only download changes). This overrides any settings made in the propertyfile.",
8
-
"secretsFlagDescription": "Specify path to secrets file",
8
+
"secretsFlagDescription": "Specify a secrets encryption key for accessing the chosen project/environment.",
9
9
"loglevelFlagDescription": "Specify the level of feedback provided during the compilation (see above) and execution."
0 commit comments