@provartesting/provardx-cli 0.0.7-beta → 1.1.1

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.
Files changed (89) hide show
  1. package/LICENSE +28 -0
  2. package/README.md +232 -14
  3. package/lib/commands/provar/automation/config/generate.d.ts +1 -1
  4. package/lib/commands/provar/automation/config/generate.js +1 -5
  5. package/lib/commands/provar/automation/config/generate.js.map +1 -1
  6. package/lib/commands/provar/automation/config/get.d.ts +1 -1
  7. package/lib/commands/provar/automation/config/get.js +1 -6
  8. package/lib/commands/provar/automation/config/get.js.map +1 -1
  9. package/lib/commands/provar/automation/config/load.d.ts +1 -1
  10. package/lib/commands/provar/automation/config/load.js +1 -6
  11. package/lib/commands/provar/automation/config/load.js.map +1 -1
  12. package/lib/commands/provar/automation/config/set.d.ts +1 -1
  13. package/lib/commands/provar/automation/config/set.js +1 -6
  14. package/lib/commands/provar/automation/config/set.js.map +1 -1
  15. package/lib/commands/provar/automation/config/validate.d.ts +1 -1
  16. package/lib/commands/provar/automation/config/validate.js +1 -4
  17. package/lib/commands/provar/automation/config/validate.js.map +1 -1
  18. package/oclif.manifest.json +1 -247
  19. package/package.json +8 -6
  20. package/lib/Utility/GenericError.d.ts +0 -11
  21. package/lib/Utility/GenericError.js +0 -26
  22. package/lib/Utility/GenericError.js.map +0 -1
  23. package/lib/Utility/TestRunError.d.ts +0 -8
  24. package/lib/Utility/TestRunError.js +0 -20
  25. package/lib/Utility/TestRunError.js.map +0 -1
  26. package/lib/Utility/errorCode.d.ts +0 -1
  27. package/lib/Utility/errorCode.js +0 -8
  28. package/lib/Utility/errorCode.js.map +0 -1
  29. package/lib/Utility/errorHandler.d.ts +0 -15
  30. package/lib/Utility/errorHandler.js +0 -22
  31. package/lib/Utility/errorHandler.js.map +0 -1
  32. package/lib/Utility/fileSupport.d.ts +0 -12
  33. package/lib/Utility/fileSupport.js +0 -63
  34. package/lib/Utility/fileSupport.js.map +0 -1
  35. package/lib/Utility/genericErrorHandler.d.ts +0 -10
  36. package/lib/Utility/genericErrorHandler.js +0 -22
  37. package/lib/Utility/genericErrorHandler.js.map +0 -1
  38. package/lib/Utility/jsonSupport.d.ts +0 -8
  39. package/lib/Utility/jsonSupport.js +0 -48
  40. package/lib/Utility/jsonSupport.js.map +0 -1
  41. package/lib/Utility/propertyFileValidator.d.ts +0 -13
  42. package/lib/Utility/propertyFileValidator.js +0 -85
  43. package/lib/Utility/propertyFileValidator.js.map +0 -1
  44. package/lib/Utility/provarConfig.d.ts +0 -12
  45. package/lib/Utility/provarConfig.js +0 -38
  46. package/lib/Utility/provarConfig.js.map +0 -1
  47. package/lib/Utility/provardxExecutor.d.ts +0 -7
  48. package/lib/Utility/provardxExecutor.js +0 -31
  49. package/lib/Utility/provardxExecutor.js.map +0 -1
  50. package/lib/Utility/sfProvarCommandResult.d.ts +0 -13
  51. package/lib/Utility/sfProvarCommandResult.js +0 -30
  52. package/lib/Utility/sfProvarCommandResult.js.map +0 -1
  53. package/lib/Utility/stringSupport.d.ts +0 -8
  54. package/lib/Utility/stringSupport.js +0 -37
  55. package/lib/Utility/stringSupport.js.map +0 -1
  56. package/lib/Utility/userSupport.d.ts +0 -16
  57. package/lib/Utility/userSupport.js +0 -66
  58. package/lib/Utility/userSupport.js.map +0 -1
  59. package/lib/commands/provar/automation/metadata/download.d.ts +0 -13
  60. package/lib/commands/provar/automation/metadata/download.js +0 -96
  61. package/lib/commands/provar/automation/metadata/download.js.map +0 -1
  62. package/lib/commands/provar/automation/project/compile.d.ts +0 -9
  63. package/lib/commands/provar/automation/project/compile.js +0 -69
  64. package/lib/commands/provar/automation/project/compile.js.map +0 -1
  65. package/lib/commands/provar/automation/setup.d.ts +0 -12
  66. package/lib/commands/provar/automation/setup.js +0 -65
  67. package/lib/commands/provar/automation/setup.js.map +0 -1
  68. package/lib/commands/provar/automation/test/run.d.ts +0 -13
  69. package/lib/commands/provar/automation/test/run.js +0 -156
  70. package/lib/commands/provar/automation/test/run.js.map +0 -1
  71. package/lib/constants/commandConstants.d.ts +0 -11
  72. package/lib/constants/commandConstants.js +0 -13
  73. package/lib/constants/commandConstants.js.map +0 -1
  74. package/lib/constants/errorMessages.d.ts +0 -15
  75. package/lib/constants/errorMessages.js +0 -23
  76. package/lib/constants/errorMessages.js.map +0 -1
  77. package/lib/constants/propertyFileContent.d.ts +0 -24
  78. package/lib/constants/propertyFileContent.js +0 -25
  79. package/lib/constants/propertyFileContent.js.map +0 -1
  80. package/lib/constants/propertyFileSchema.d.ts +0 -254
  81. package/lib/constants/propertyFileSchema.js +0 -248
  82. package/lib/constants/propertyFileSchema.js.map +0 -1
  83. package/lib/constants/sfCommandConstants.d.ts +0 -5
  84. package/lib/constants/sfCommandConstants.js +0 -7
  85. package/lib/constants/sfCommandConstants.js.map +0 -1
  86. package/messages/provar.automation.project.compile.md +0 -21
  87. package/messages/provar.automation.setup.md +0 -23
  88. package/messages/provar.automation.test.run.md +0 -19
  89. package/messages/provar.metadata.download.md +0 -23
@@ -1,248 +0,0 @@
1
- /*
2
- * Copyright (c) 2024 Provar Limited.
3
- * All rights reserved.
4
- * Licensed under the BSD 3-Clause license.
5
- * For full license text, see LICENSE.md file in the repo root or https://opensource.org/licenses/BSD-3-Clause
6
- */
7
- const nonEmptyStringRegex = /^(?!\s+$)./;
8
- export const propertyFileSchema = {
9
- $schema: 'http://json-schema.org/draft-07/schema#',
10
- $id: 'http://provartesting.com/provardx-props.schema.json',
11
- title: 'ProvarDX-Properties',
12
- description: 'A ProvarDX Property File',
13
- type: 'object',
14
- required: ['provarHome', 'projectPath', 'resultsPath', 'metadata', 'environment'],
15
- dependentRequired: {
16
- attachmentProperties: 'emailProperties',
17
- },
18
- properties: {
19
- provarHome: {
20
- description: 'Contains the location that the Provar installation was unzipped. ​This attribute is not required if there is a full Provar installation in the default location, or if PROVAR_HOME Environment Variable is set',
21
- type: 'string',
22
- pattern: nonEmptyStringRegex,
23
- },
24
- projectPath: {
25
- description: 'The fully qualified path of the Test Project containing the tests to be run. This is the folder that contains the .testproject file',
26
- type: 'string',
27
- pattern: nonEmptyStringRegex,
28
- },
29
- smtpPath: {
30
- description: 'The fully qualified path of the .smtp folder to which Provar will use to send emails',
31
- type: 'string',
32
- },
33
- resultsPath: {
34
- description: 'The fully qualified path of the folder to which Provar will write the test results',
35
- type: 'string',
36
- pattern: nonEmptyStringRegex,
37
- },
38
- resultsPathDisposition: {
39
- description: 'Controls the result folder disposition.',
40
- type: 'string',
41
- enum: ['Increment', 'Replace', 'Fail'],
42
- },
43
- testOutputLevel: {
44
- description: 'Controls the amount of test output logged to the DX test log.',
45
- type: 'string',
46
- enum: ['BASIC', 'DETAILED', 'DIAGNOSTIC'],
47
- },
48
- pluginOutputlevel: {
49
- description: 'Controls the amount of plugin output logged to the DX test log.',
50
- type: 'string',
51
- enum: ['SEVERE', 'WARNING', 'INFO', 'FINE', 'FINER', 'FINEST'],
52
- },
53
- excludeCallable: {
54
- description: 'Indicates whether Callable Test Cases should be omitted from execution (true) or included in execution (false)',
55
- type: 'boolean',
56
- },
57
- stopOnError: {
58
- description: 'Indicates whether the Test Run should abort automatically if any test failure is encountered',
59
- type: 'boolean',
60
- },
61
- connectionRefreshType: {
62
- description: 'Controls the Metadata at Connection level',
63
- type: 'string',
64
- },
65
- lightningMode: {
66
- description: 'Indicates org is lightning or not',
67
- type: 'boolean',
68
- },
69
- metadata: {
70
- description: 'Controls the Salesforce Metadata usage.',
71
- type: 'object',
72
- properties: {
73
- metadataLevel: {
74
- description: 'Controls the Salesforce Metadata usage',
75
- type: 'string',
76
- enum: ['Reuse', 'Reload', 'Refresh'],
77
- },
78
- cachePath: {
79
- description: 'The fully qualified path of the folder that will be used for storing the metadata cache',
80
- type: 'string',
81
- pattern: nonEmptyStringRegex,
82
- },
83
- },
84
- required: ['metadataLevel', 'cachePath'],
85
- },
86
- environment: {
87
- description: '',
88
- type: 'object',
89
- properties: {
90
- testEnvironment: {
91
- description: 'The name of the Test Environment that the test run should be executed against. Test Environments are defined in Test Settings',
92
- type: 'string',
93
- },
94
- webBrowser: {
95
- description: 'The web browser to be used for UI testing',
96
- type: 'string',
97
- enum: ['Chrome', 'Safari', 'Edge', 'Edge_Legacy', 'Firefox', 'IE', 'Chrome_Headless'],
98
- },
99
- webBrowserConfig: {
100
- description: 'The web browser window size. Browser configurations are defined in Test Settings',
101
- type: 'string',
102
- pattern: nonEmptyStringRegex,
103
- },
104
- webBrowserProviderName: {
105
- description: 'Web browser provider name.',
106
- type: 'string',
107
- pattern: nonEmptyStringRegex,
108
- },
109
- webBrowserDeviceName: {
110
- description: 'Web browser device name',
111
- type: 'string',
112
- pattern: nonEmptyStringRegex,
113
- },
114
- },
115
- required: ['webBrowser', 'webBrowserConfig', 'webBrowserProviderName', 'webBrowserDeviceName'],
116
- },
117
- testprojectSecrets: {
118
- description: 'Test project secret encryption password.',
119
- type: 'string',
120
- },
121
- environmentsSecrets: {
122
- description: 'Test environment secret encryption password.',
123
- type: 'array',
124
- items: {
125
- type: 'object',
126
- properties: {
127
- name: { type: 'string' },
128
- secretsPassword: { type: 'string' },
129
- },
130
- },
131
- },
132
- testplanFeatures: {
133
- description: 'Test plan features.',
134
- type: 'array',
135
- items: {
136
- type: 'object',
137
- properties: {
138
- name: { type: 'string' },
139
- type: { type: 'string' },
140
- enabled: { type: 'string' },
141
- },
142
- },
143
- },
144
- emailProperties: {
145
- description: 'One or more email recipients defining settings for sending email upon test execution completion',
146
- type: 'object',
147
- properties: {
148
- sendEmail: {
149
- description: 'Indicates whether an email should be sent after test run execution',
150
- type: 'string',
151
- },
152
- primaryRecipients: {
153
- description: 'The primary email addresses which should receive the email',
154
- type: 'string',
155
- },
156
- ccRecipients: {
157
- description: 'he email addresses which should be CC’d in the email',
158
- type: 'string',
159
- },
160
- bccRecipients: {
161
- description: 'The email addresses which should be BCC’d in the email',
162
- type: 'string',
163
- },
164
- },
165
- required: ['sendEmail', 'primaryRecipients'],
166
- },
167
- testPlan: {
168
- description: 'List of test plan names to be executed, wildcards are permitted',
169
- type: 'array',
170
- items: {
171
- type: 'string',
172
- },
173
- },
174
- attachmentProperties: {
175
- description: 'Attributes defining what to include in PDF while attaching PDF report under email upon test execution completion',
176
- type: 'object',
177
- properties: {
178
- includeAllFailuresInSummary: {
179
- description: 'Property to include every test step failure in PDF summary',
180
- type: 'string',
181
- },
182
- includeBdd: {
183
- description: 'Property to include testCase summary for bdd/design steps',
184
- type: 'string',
185
- },
186
- includeTestCaseShowSummary: {
187
- description: 'Property to include summaryBlockInfo in PDF report',
188
- type: 'string',
189
- },
190
- includeScreenshotThumbnail: {
191
- description: 'Property to include Screenshot thumbnail (small image representation) for steps screenshots are there',
192
- type: 'string',
193
- },
194
- includeBasicLogs: {
195
- description: 'Property to include basic logging only in PDF report',
196
- type: 'string',
197
- },
198
- includeDetailLogs: {
199
- description: 'Property to include detailed logging only in PDF report',
200
- type: 'string',
201
- },
202
- includeTestStepTime: {
203
- description: 'Property to include time for every test step execution in PDF report',
204
- type: 'string',
205
- },
206
- includeFullScreenShot: {
207
- description: 'Property to include full screenshot for every step in PDF report',
208
- type: 'string',
209
- },
210
- includeNoScreenshot: {
211
- description: 'Property to include no screenshot in PDF report',
212
- type: 'string',
213
- },
214
- includeDiagnosticTrace: {
215
- description: 'Property to include Diagnostic level logging in PDF report',
216
- type: 'string',
217
- },
218
- includeTestCasePathHierarchy: {
219
- description: 'Property to include testcase path hierachy of testcase execution in PDF report',
220
- type: 'string',
221
- },
222
- includeSkipped: {
223
- description: 'Property to include details of skipped test steps while testcase execution in PDF report',
224
- type: 'string',
225
- },
226
- },
227
- },
228
- testCase: {
229
- description: 'One or more fileset elements defining the .testcase files to be run. You can specify individual Test Case files, folders containing Test Case files or a combination of both',
230
- type: 'array',
231
- items: {
232
- type: 'string',
233
- },
234
- },
235
- connectionOverride: {
236
- description: 'name:value pairs where the first entry is the provar Connection name and the second is a SFDX username/user-alias to substitute',
237
- type: 'array',
238
- items: {
239
- type: 'object',
240
- properties: {
241
- connection: { type: 'string' },
242
- username: { type: 'string' },
243
- },
244
- },
245
- },
246
- },
247
- };
248
- //# sourceMappingURL=propertyFileSchema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"propertyFileSchema.js","sourceRoot":"","sources":["../../src/constants/propertyFileSchema.ts"],"names":[],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- export declare enum sfCommandConstants {
2
- DISPLAY_USER_INFO = "sf org display user --json --target-org ",
3
- GENERATE_PASSWORD = "sf org generate password --target-org ",
4
- DX_COMMAND_EXECUTER = " com.provar.provardx.DxCommandExecuter "
5
- }
@@ -1,7 +0,0 @@
1
- export var sfCommandConstants;
2
- (function (sfCommandConstants) {
3
- sfCommandConstants["DISPLAY_USER_INFO"] = "sf org display user --json --target-org ";
4
- sfCommandConstants["GENERATE_PASSWORD"] = "sf org generate password --target-org ";
5
- sfCommandConstants["DX_COMMAND_EXECUTER"] = " com.provar.provardx.DxCommandExecuter ";
6
- })(sfCommandConstants || (sfCommandConstants = {}));
7
- //# sourceMappingURL=sfCommandConstants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sfCommandConstants.js","sourceRoot":"","sources":["../../src/constants/sfCommandConstants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,oFAA8D,CAAA;IAC9D,kFAA4D,CAAA;IAC5D,qFAA+D,CAAA;AACjE,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
@@ -1,21 +0,0 @@
1
- # summary
2
-
3
- Compile PageObject and PageControl Java source files into object code.
4
-
5
- # description
6
-
7
- Compile PageObject and PageControl Java source files into object code.
8
-
9
- # examples
10
-
11
- Compile the project using the configuration set in the properties file.
12
-
13
- - <%= config.bin %> <%= command.id %>
14
-
15
- # success_message
16
-
17
- The project was compiled successfully.
18
-
19
- # error.MultipleFailure
20
-
21
- %s
@@ -1,23 +0,0 @@
1
- # summary
2
-
3
- Download and Install Provar Automation.
4
-
5
- # description
6
-
7
- Download and Install Provar Automation.
8
-
9
- # examples
10
-
11
- - <%= config.bin %> <%= command.id %>
12
-
13
- # flags.version.summary
14
-
15
- Provar Automation build version number.
16
-
17
- # error.MultipleFailure
18
-
19
- %s
20
-
21
- # success_message
22
-
23
- Provar Automation was set up successfully. Please, remember to set the property “provarHome” to the relative path “ProvarHome”.
@@ -1,19 +0,0 @@
1
- # summary
2
-
3
- Run the tests as specified in the loaded properties file.
4
-
5
- # description
6
-
7
- Run the tests as specified in the loaded properties file.
8
-
9
- # examples
10
-
11
- - <%= config.bin %> <%= command.id %>
12
-
13
- # error.MultipleFailure
14
-
15
- %s
16
-
17
- # success_message
18
-
19
- The tests were run successfully.
@@ -1,23 +0,0 @@
1
- # summary
2
-
3
- Download any required metadata for a specified Provar Salesforce connection.
4
-
5
- # description
6
-
7
- Download any required metadata for a specified Provar Salesforce connection.
8
-
9
- # examples
10
-
11
- - <%= config.bin %> <%= command.id %>
12
-
13
- # flags.connections.summary
14
-
15
- Comma-separated list of names of Provar Salesforce connections to use, as defined in the project.
16
-
17
- # error.MultipleFailure
18
-
19
- %s
20
-
21
- # success_message
22
-
23
- The metadata was downloaded successfully.