@provartesting/provardx-cli 1.2.11-vbeta → 1.3.0-vBeta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provartesting/provardx-cli",
|
|
3
3
|
"description": "A plugin for the Salesforce CLI to orchestrate testing activities and report quality metrics to Provar Manager",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0-vBeta",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"plugins": [
|
|
7
7
|
"@provartesting/provardx-plugins-automation",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"fast-xml-parser": "^4.3.6",
|
|
19
19
|
"jsonschema": "^1.4.1",
|
|
20
20
|
"node-stream-zip": "^1.15.0",
|
|
21
|
-
"@provartesting/provardx-plugins-utils": "1.0
|
|
22
|
-
"@provartesting/provardx-plugins-automation": "1.0
|
|
23
|
-
"@provartesting/provardx-plugins-manager": "1.0
|
|
21
|
+
"@provartesting/provardx-plugins-utils": "1.1.0-vBeta",
|
|
22
|
+
"@provartesting/provardx-plugins-automation": "1.1.0-vBeta",
|
|
23
|
+
"@provartesting/provardx-plugins-manager": "1.1.0-vBeta",
|
|
24
24
|
"sync-request": "^6.1.0",
|
|
25
25
|
"xml-js": "^1.6.11"
|
|
26
26
|
},
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
107
107
|
"prepack": "sf-prepack",
|
|
108
108
|
"test": "wireit",
|
|
109
|
-
"test:nuts": "nyc mocha
|
|
109
|
+
"test:nuts": "nyc mocha \"**/*generate.nut.ts\" \"**/*permission.nut.ts\" \"**/*load.nut.ts\" \"**/*validate.nut.ts\" \"**/*set.nut.ts\" \"**/*get.nut.ts\" --slow 4500 --timeout 600000 --reporter mochawesome",
|
|
110
110
|
"test:only": "wireit",
|
|
111
111
|
"version": "oclif readme"
|
|
112
112
|
},
|