@datadog/datadog-ci-plugin-synthetics 5.12.1 → 5.13.0

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 (86) hide show
  1. package/dist/bundle.d.ts +2392 -0
  2. package/dist/bundle.js +144530 -0
  3. package/dist/bundle.js.LEGAL.txt +2412 -0
  4. package/dist/bundle.js.map +1 -0
  5. package/dist/commands/deploy-tests.js +2 -125
  6. package/dist/commands/import-tests.js +2 -118
  7. package/dist/commands/run-tests.js +2 -319
  8. package/dist/commands/upload-application.js +2 -138
  9. package/package.json +19 -19
  10. package/dist/api.d.ts +0 -52
  11. package/dist/api.js +0 -333
  12. package/dist/api.js.map +0 -1
  13. package/dist/batch.d.ts +0 -9
  14. package/dist/batch.js +0 -325
  15. package/dist/batch.js.map +0 -1
  16. package/dist/build-and-test.d.ts +0 -25
  17. package/dist/build-and-test.js +0 -196
  18. package/dist/build-and-test.js.map +0 -1
  19. package/dist/commands/deploy-tests.d.ts +0 -19
  20. package/dist/commands/deploy-tests.js.map +0 -1
  21. package/dist/commands/import-tests.d.ts +0 -19
  22. package/dist/commands/import-tests.js.map +0 -1
  23. package/dist/commands/run-tests.d.ts +0 -19
  24. package/dist/commands/run-tests.js.map +0 -1
  25. package/dist/commands/upload-application.d.ts +0 -18
  26. package/dist/commands/upload-application.js.map +0 -1
  27. package/dist/deploy-tests-lib.d.ts +0 -2
  28. package/dist/deploy-tests-lib.js +0 -96
  29. package/dist/deploy-tests-lib.js.map +0 -1
  30. package/dist/errors.d.ts +0 -19
  31. package/dist/errors.js +0 -31
  32. package/dist/errors.js.map +0 -1
  33. package/dist/import-tests-lib.d.ts +0 -2
  34. package/dist/import-tests-lib.js +0 -71
  35. package/dist/import-tests-lib.js.map +0 -1
  36. package/dist/index.d.ts +0 -8
  37. package/dist/index.js +0 -46
  38. package/dist/index.js.map +0 -1
  39. package/dist/interfaces.d.ts +0 -759
  40. package/dist/interfaces.js +0 -27
  41. package/dist/interfaces.js.map +0 -1
  42. package/dist/local-test-definition.d.ts +0 -2
  43. package/dist/local-test-definition.js +0 -16
  44. package/dist/local-test-definition.js.map +0 -1
  45. package/dist/mobile.d.ts +0 -28
  46. package/dist/mobile.js +0 -275
  47. package/dist/mobile.js.map +0 -1
  48. package/dist/multilocator.d.ts +0 -2
  49. package/dist/multilocator.js +0 -88
  50. package/dist/multilocator.js.map +0 -1
  51. package/dist/reporters/constants.d.ts +0 -6
  52. package/dist/reporters/constants.js +0 -14
  53. package/dist/reporters/constants.js.map +0 -1
  54. package/dist/reporters/default.d.ts +0 -33
  55. package/dist/reporters/default.js +0 -461
  56. package/dist/reporters/default.js.map +0 -1
  57. package/dist/reporters/junit.d.ts +0 -100
  58. package/dist/reporters/junit.js +0 -425
  59. package/dist/reporters/junit.js.map +0 -1
  60. package/dist/reporters/mobile/app-upload.d.ts +0 -14
  61. package/dist/reporters/mobile/app-upload.js +0 -54
  62. package/dist/reporters/mobile/app-upload.js.map +0 -1
  63. package/dist/run-tests-lib.d.ts +0 -28
  64. package/dist/run-tests-lib.js +0 -281
  65. package/dist/run-tests-lib.js.map +0 -1
  66. package/dist/test.d.ts +0 -29
  67. package/dist/test.js +0 -200
  68. package/dist/test.js.map +0 -1
  69. package/dist/tunnel/crypto.d.ts +0 -6
  70. package/dist/tunnel/crypto.js +0 -48
  71. package/dist/tunnel/crypto.js.map +0 -1
  72. package/dist/tunnel/index.d.ts +0 -1
  73. package/dist/tunnel/index.js +0 -6
  74. package/dist/tunnel/index.js.map +0 -1
  75. package/dist/tunnel/tunnel.d.ts +0 -49
  76. package/dist/tunnel/tunnel.js +0 -329
  77. package/dist/tunnel/tunnel.js.map +0 -1
  78. package/dist/tunnel/websocket.d.ts +0 -39
  79. package/dist/tunnel/websocket.js +0 -154
  80. package/dist/tunnel/websocket.js.map +0 -1
  81. package/dist/utils/internal.d.ts +0 -58
  82. package/dist/utils/internal.js +0 -317
  83. package/dist/utils/internal.js.map +0 -1
  84. package/dist/utils/public.d.ts +0 -81
  85. package/dist/utils/public.js +0 -524
  86. package/dist/utils/public.js.map +0 -1
@@ -1,425 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.JUnitReporter = exports.getDefaultSuiteStats = exports.getDefaultTestCaseStats = void 0;
7
- const fs_1 = __importDefault(require("fs"));
8
- const chalk_1 = __importDefault(require("chalk"));
9
- const upath_1 = __importDefault(require("upath"));
10
- const xml2js_1 = require("xml2js");
11
- const interfaces_1 = require("../interfaces");
12
- const internal_1 = require("../utils/internal");
13
- const public_1 = require("../utils/public");
14
- const renderApiError = (errorCode, errorMessage) => {
15
- if (errorCode === 'INCORRECT_ASSERTION') {
16
- try {
17
- const assertionsErrors = JSON.parse(errorMessage);
18
- const output = [`- ${(0, public_1.pluralize)('Assertion', assertionsErrors.length)} failed:`];
19
- output.push(...assertionsErrors.map((error) => {
20
- const expected = error.target;
21
- const actual = error.actual;
22
- return `▶ ${error.type} ${public_1.readableOperation[error.operator]} ${expected}. Actual: ${actual}`;
23
- }));
24
- return output.join('\n ');
25
- }
26
- catch (e) {
27
- // JSON parsing failed, do nothing to return the raw error
28
- }
29
- }
30
- return ` [${errorCode}] - ${errorMessage}`;
31
- };
32
- const renderSelectiveRerun = (selectiveRerun) => {
33
- if (!selectiveRerun) {
34
- return;
35
- }
36
- const { decision, reason } = selectiveRerun;
37
- if ('linked_result_id' in selectiveRerun) {
38
- return `decision:${decision},reason:${reason},linked_result_id:${selectiveRerun.linked_result_id}`;
39
- }
40
- return `decision:${decision},reason:${reason}`;
41
- };
42
- const getResultIdentification = (test, id, location, device, resultTimedOut) => {
43
- if (location || device || resultTimedOut) {
44
- return `${test.name} - ${id} - ${location}${device}${resultTimedOut}`;
45
- }
46
- return `${test.name} - ${id}`;
47
- };
48
- const getDefaultTestCaseStats = () => ({
49
- steps_allowfailures: 0,
50
- steps_count: 0,
51
- steps_errors: 0,
52
- steps_failures: 0,
53
- steps_skipped: 0,
54
- steps_warnings: 0,
55
- });
56
- exports.getDefaultTestCaseStats = getDefaultTestCaseStats;
57
- const getDefaultSuiteStats = () => ({
58
- errors: 0,
59
- failures: 0,
60
- skipped: 0,
61
- tests: 0,
62
- });
63
- exports.getDefaultSuiteStats = getDefaultSuiteStats;
64
- class JUnitReporter {
65
- constructor({ context, jUnitReport, runName }) {
66
- this.write = context.stdout.write.bind(context.stdout);
67
- this.destination = jUnitReport;
68
- if (!this.destination.endsWith('.xml')) {
69
- this.destination += '.xml';
70
- }
71
- this.builder = new xml2js_1.Builder();
72
- this.json = {
73
- testsuites: {
74
- $: {
75
- batch_id: '',
76
- batch_url: '',
77
- name: runName || 'Undefined run',
78
- tests_critical_error: 0,
79
- tests_failed: 0,
80
- tests_failed_non_blocking: 0,
81
- tests_not_authorized: 0,
82
- tests_not_found: 0,
83
- tests_passed: 0,
84
- tests_skipped: 0,
85
- tests_timed_out: 0,
86
- },
87
- testsuite: [],
88
- },
89
- };
90
- }
91
- resultEnd(result, baseUrl, batchId) {
92
- var _a, _b, _c;
93
- if (result.isNonFinal) {
94
- // To avoid any client code badly handling non-final results in JUnit reports,
95
- // we don't pollute those reports with intermediate results, as they are retried anyway.
96
- return;
97
- }
98
- const suite = this.getSuiteByName(result.test.suite);
99
- const testCase = this.getTestCase(result, baseUrl, batchId);
100
- if ((0, public_1.isResultSkippedBySelectiveRerun)(result)) {
101
- return this.addTestCaseToSuite(suite, testCase);
102
- }
103
- // Errors and failures cannot co-exist: GitLab will always choose failures over errors.
104
- // The icon in the Status column will depend on this choice, and only the list of what is chosen will be displayed in the "System output".
105
- const errorOrFailure = result.executionRule === interfaces_1.ExecutionRule.NON_BLOCKING
106
- ? testCase.error // ❗️
107
- : testCase.failure; // ❌
108
- if ((0, internal_1.hasDefinedResult)(result) && 'steps' in result.result) {
109
- if (result.test.type === 'browser') {
110
- // It's a browser test.
111
- const steps = result.result.steps;
112
- for (const step of steps) {
113
- const { allowedErrors, browserErrors, errors, warnings } = this.getBrowserTestErrors(step);
114
- testCase.allowed_error.push(...allowedErrors);
115
- testCase.browser_error.push(...browserErrors);
116
- errorOrFailure.push(...errors);
117
- testCase.warning.push(...warnings);
118
- }
119
- }
120
- else if (result.test.type === 'api') {
121
- // It's a multistep test.
122
- const steps = result.result.steps;
123
- for (const step of steps) {
124
- const { allowedErrors, errors } = this.getMultiStepTestErrors(step);
125
- testCase.allowed_error.push(...allowedErrors);
126
- errorOrFailure.push(...errors);
127
- }
128
- }
129
- }
130
- else {
131
- // It's an api test.
132
- const { errors } = this.getApiTestErrors(result);
133
- errorOrFailure.push(...errors);
134
- }
135
- if (result.timedOut) {
136
- // Timeout errors are manually reported by the CLI at the test level.
137
- errorOrFailure.push({
138
- $: { type: 'timeout' },
139
- _: String((_c = (_b = (_a = result.result) === null || _a === void 0 ? void 0 : _a.failure) === null || _b === void 0 ? void 0 : _b.message) !== null && _c !== void 0 ? _c : 'The batch timed out before receiving the result.'),
140
- });
141
- }
142
- else if (errorOrFailure.length === 0 && (0, internal_1.hasDefinedResult)(result) && result.result.failure) {
143
- // Fall back to any failure reported at the test level if nothing was reported at the step level.
144
- errorOrFailure.push({
145
- $: { type: 'test_failure' },
146
- _: `[${result.result.failure.code}] - ${result.result.failure.message}`,
147
- });
148
- }
149
- this.addTestCaseToSuite(suite, testCase);
150
- }
151
- runEnd(summary, baseUrl) {
152
- Object.assign(this.json.testsuites.$, {
153
- tests_critical_error: summary.criticalErrors,
154
- tests_failed: summary.failed,
155
- tests_failed_non_blocking: summary.failedNonBlocking,
156
- tests_not_authorized: summary.testsNotAuthorized.size,
157
- tests_not_found: summary.testsNotFound.size,
158
- tests_passed: summary.passed,
159
- tests_skipped: summary.skipped,
160
- tests_timed_out: summary.timedOut,
161
- });
162
- this.json.testsuites.$.batch_id = summary.batchId;
163
- this.json.testsuites.$.batch_url = (0, public_1.getBatchUrl)(baseUrl, summary.batchId);
164
- // Write the file
165
- try {
166
- const xml = this.builder.buildObject(this.json);
167
- fs_1.default.mkdirSync(upath_1.default.dirname(this.destination), { recursive: true });
168
- fs_1.default.writeFileSync(this.destination, xml, 'utf8');
169
- this.write(`\n✅ Created a jUnit report at ${chalk_1.default.bold.green(this.destination)}\n`);
170
- }
171
- catch (e) {
172
- this.write(`\n❌ Couldn't write the report to ${chalk_1.default.bold.green(this.destination)}:\n${e.toString()}\n`);
173
- }
174
- }
175
- // Handle skipped tests (`resultEnd()` is not called for them since they don't have a result).
176
- testTrigger(test, testId, executionRule, testOverrides) {
177
- if (executionRule !== interfaces_1.ExecutionRule.SKIPPED) {
178
- return;
179
- }
180
- const suite = this.getSuiteByName(test.suite);
181
- const testCase = this.getSkippedTestCase(test);
182
- testCase.skipped.push('This test was skipped because of its execution rule configuration in Datadog');
183
- this.addTestCaseToSuite(suite, testCase);
184
- }
185
- addTestCaseToSuite(suite, testCase) {
186
- suite.$ = {
187
- errors: suite.$.errors + testCase.error.length,
188
- failures: suite.$.failures + testCase.failure.length,
189
- name: suite.$.name,
190
- skipped: suite.$.skipped + testCase.skipped.length,
191
- tests: suite.$.tests + 1,
192
- };
193
- suite.testcase.push(testCase);
194
- }
195
- getApiStepStats(step) {
196
- // TODO use more granular result based on step.assertionResults
197
- let allowfailures = 0;
198
- let skipped = 0;
199
- if ('allow_failure' in step) {
200
- allowfailures += step.allow_failure ? 1 : 0;
201
- }
202
- if ('status' in step) {
203
- skipped += step.status === 'skipped' ? 1 : 0;
204
- }
205
- return {
206
- steps_allowfailures: allowfailures,
207
- steps_count: 1,
208
- steps_errors: step.status === 'failed' ? 1 : 0,
209
- steps_failures: step.status === 'failed' ? 1 : 0,
210
- steps_skipped: skipped,
211
- steps_warnings: 0,
212
- };
213
- }
214
- getApiTestErrors(result) {
215
- const errors = [];
216
- if ((0, internal_1.hasDefinedResult)(result) && result.result.failure) {
217
- const xmlError = {
218
- $: { type: result.result.failure.code, step: result.test.name },
219
- _: renderApiError(result.result.failure.code, result.result.failure.message),
220
- };
221
- errors.push(xmlError);
222
- }
223
- return { errors };
224
- }
225
- getBrowserStepStats(step) {
226
- const errors = step.browser_errors ? step.browser_errors.length : 0;
227
- return {
228
- steps_allowfailures: step.allow_failure ? 1 : 0,
229
- steps_count: step.sub_test_step_details ? step.sub_test_step_details.length : 1,
230
- steps_errors: errors + (step.failure ? 1 : 0),
231
- steps_failures: step.failure ? 1 : 0,
232
- steps_skipped: step.status === 'skipped' ? 1 : 0,
233
- steps_warnings: step.warnings ? step.warnings.length : 0,
234
- };
235
- }
236
- getBrowserTestErrors(step) {
237
- var _a, _b;
238
- const allowedErrors = [];
239
- const browserErrors = [];
240
- const errors = [];
241
- const warnings = [];
242
- if ((_a = step.browser_errors) === null || _a === void 0 ? void 0 : _a.length) {
243
- browserErrors.push(...step.browser_errors.map((e) => ({
244
- $: { type: e.type, name: e.name, step: step.description },
245
- _: e.description,
246
- })));
247
- }
248
- if (step.failure) {
249
- const xmlError = {
250
- $: { type: 'assertion', step: step.description, allowFailure: `${step.allow_failure}` },
251
- _: step.failure.message,
252
- };
253
- if (step.allow_failure) {
254
- allowedErrors.push(xmlError);
255
- }
256
- else {
257
- errors.push(xmlError);
258
- }
259
- }
260
- if ((_b = step.warnings) === null || _b === void 0 ? void 0 : _b.length) {
261
- warnings.push(...step.warnings.map((w) => ({
262
- $: { type: w.type, step: step.description },
263
- _: w.message,
264
- })));
265
- }
266
- return { allowedErrors, browserErrors, errors, warnings };
267
- }
268
- getMultiStepTestErrors(step) {
269
- const allowedErrors = [];
270
- const errors = [];
271
- if (step.failure) {
272
- const xmlError = {
273
- $: { type: step.failure.code, step: step.name, allowFailure: `${step.allow_failure}` },
274
- _: renderApiError(step.failure.code, step.failure.message),
275
- };
276
- if (step.allow_failure) {
277
- allowedErrors.push(xmlError);
278
- }
279
- else {
280
- errors.push(xmlError);
281
- }
282
- }
283
- return { allowedErrors, errors };
284
- }
285
- getSkippedTestCase(test) {
286
- var _a, _b;
287
- const publicId = (0, internal_1.getPublicIdOrPlaceholder)(test);
288
- const id = `id: ${publicId}`;
289
- const resultIdentification = `${test.name} - ${id} (skipped)`;
290
- return {
291
- $: Object.assign({ classname: test.suite, file: test.suite, name: resultIdentification, time: 0, timestamp: new Date().toISOString() }, (0, exports.getDefaultTestCaseStats)()),
292
- allowed_error: [],
293
- browser_error: [],
294
- error: [],
295
- failure: [],
296
- properties: {
297
- property: [
298
- { $: { name: 'check_id', value: publicId } },
299
- { $: { name: 'execution_rule', value: (_a = test.options.ci) === null || _a === void 0 ? void 0 : _a.executionRule } },
300
- { $: { name: 'message', value: test.message } },
301
- ...('monitor_id' in test ? [{ $: { name: 'monitor_id', value: test.monitor_id } }] : []),
302
- { $: { name: 'public_id', value: publicId } },
303
- ...('status' in test ? [{ $: { name: 'status', value: test.status } }] : []),
304
- { $: { name: 'tags', value: ((_b = test.tags) !== null && _b !== void 0 ? _b : []).join(',') } },
305
- { $: { name: 'type', value: test.type } },
306
- ].filter((prop) => prop.$.value !== undefined),
307
- },
308
- skipped: [],
309
- warning: [],
310
- };
311
- }
312
- getSuiteByName(suiteName = 'Undefined suite') {
313
- const existingSuite = this.json.testsuites.testsuite.find((element) => element.$.name === suiteName);
314
- if (!existingSuite) {
315
- const suite = {
316
- $: Object.assign({ name: suiteName }, (0, exports.getDefaultSuiteStats)()),
317
- testcase: [],
318
- };
319
- this.json.testsuites.testsuite.push(suite);
320
- return suite;
321
- }
322
- return existingSuite;
323
- }
324
- getTestCase(result, baseUrl, batchId) {
325
- var _a, _b;
326
- const test = result.test;
327
- const resultOutcome = (0, public_1.getResultOutcome)(result);
328
- const resultUrl = (0, public_1.getResultUrl)(baseUrl, test, result.resultId, batchId);
329
- const passed = public_1.PASSED_RESULT_OUTCOMES.includes(resultOutcome);
330
- const publicId = (0, internal_1.getPublicIdOrPlaceholder)(test);
331
- const id = `id: ${publicId}`;
332
- const location = (0, internal_1.isBaseResult)(result) ? `location: ${result.location}` : '';
333
- const device = (0, internal_1.hasDefinedResult)(result) && (0, public_1.isDeviceIdSet)(result) ? ` - device: ${result.device.id}` : '';
334
- const resultTimedOut = result.timedOut ? ` - result id: ${result.resultId} (not yet received)` : '';
335
- // This has to identify results, otherwise GitLab will only show the last result with the same name.
336
- const resultIdentification = getResultIdentification(test, id, location, device, resultTimedOut);
337
- return {
338
- $: Object.assign({ classname: test.suite, file: test.suite, name: resultIdentification, time: (0, internal_1.isBaseResult)(result) ? result.duration / 1000 : 0, timestamp: (0, internal_1.hasDefinedResult)(result)
339
- ? new Date(result.result.finished_at).toISOString()
340
- : new Date().toISOString() }, this.getTestCaseStats(result)),
341
- allowed_error: [],
342
- browser_error: [],
343
- error: [],
344
- failure: [],
345
- properties: {
346
- property: [
347
- { $: { name: 'check_id', value: publicId } },
348
- ...((0, internal_1.hasDefinedResult)(result) && (0, public_1.isDeviceIdSet)(result)
349
- ? [
350
- { $: { name: 'device', value: result.device.id } },
351
- { $: { name: 'width', value: result.device.resolution.width } },
352
- { $: { name: 'height', value: result.device.resolution.height } },
353
- ]
354
- : []),
355
- { $: { name: 'execution_rule', value: (_a = test.options.ci) === null || _a === void 0 ? void 0 : _a.executionRule } },
356
- { $: { name: 'location', value: (0, internal_1.isBaseResult)(result) && result.location } },
357
- { $: { name: 'message', value: test.message } },
358
- ...('monitor_id' in test ? [{ $: { name: 'monitor_id', value: test.monitor_id } }] : []),
359
- { $: { name: 'passed', value: String(passed) } },
360
- { $: { name: 'public_id', value: publicId } },
361
- { $: { name: 'result_id', value: result.resultId } },
362
- { $: { name: 'initial_result_id', value: result.initialResultId } },
363
- { $: { name: 'result_url', value: resultUrl } },
364
- { $: { name: 'retries', value: (0, internal_1.isBaseResult)(result) && result.retries } },
365
- { $: { name: 'max_retries', value: (0, internal_1.isBaseResult)(result) && result.maxRetries } },
366
- { $: { name: 'selective_rerun', value: renderSelectiveRerun(result.selectiveRerun) } },
367
- {
368
- $: {
369
- name: 'start_url',
370
- value: (0, internal_1.hasDefinedResult)(result) && 'startUrl' in result.result && result.result.startUrl,
371
- },
372
- },
373
- ...('status' in test ? [{ $: { name: 'status', value: test.status } }] : []),
374
- { $: { name: 'tags', value: ((_b = test.tags) !== null && _b !== void 0 ? _b : []).join(',') } },
375
- { $: { name: 'timeout', value: String(result.timedOut) } },
376
- { $: { name: 'type', value: test.type } },
377
- ].filter((prop) => prop.$.value !== undefined),
378
- },
379
- skipped: [],
380
- warning: [],
381
- };
382
- }
383
- getTestCaseStats(result) {
384
- if ((0, public_1.isResultSkippedBySelectiveRerun)(result) || !(0, internal_1.hasDefinedResult)(result)) {
385
- return (0, exports.getDefaultTestCaseStats)();
386
- }
387
- let stepsStats = [];
388
- if ('steps' in result.result) {
389
- if (result.test.type === 'browser') {
390
- // It's a browser test.
391
- const steps = result.result.steps;
392
- stepsStats = steps
393
- .map((step) => {
394
- if (!step.sub_test_step_details) {
395
- return [step];
396
- }
397
- return [step, ...step.sub_test_step_details];
398
- })
399
- .reduce((acc, val) => acc.concat(val), [])
400
- .map(this.getBrowserStepStats);
401
- }
402
- else if (result.test.type === 'api') {
403
- // It's an multistep API test
404
- const steps = result.result.steps;
405
- stepsStats = steps.map(this.getApiStepStats);
406
- }
407
- }
408
- else {
409
- // It's an api test
410
- stepsStats = [this.getApiStepStats(result.result)];
411
- }
412
- const stats = (0, exports.getDefaultTestCaseStats)();
413
- for (const stepStats of stepsStats) {
414
- stats.steps_count += stepStats.steps_count;
415
- stats.steps_errors += stepStats.steps_errors;
416
- stats.steps_failures += stepStats.steps_failures;
417
- stats.steps_skipped += stepStats.steps_skipped;
418
- stats.steps_allowfailures += stepStats.steps_allowfailures;
419
- stats.steps_warnings += stepStats.steps_warnings;
420
- }
421
- return stats;
422
- }
423
- }
424
- exports.JUnitReporter = JUnitReporter;
425
- //# sourceMappingURL=junit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"junit.js","sourceRoot":"","sources":["../../src/reporters/junit.ts"],"names":[],"mappings":";;;;;;AAAA,4CAAmB;AAkBnB,kDAAqB;AACrB,kDAAyB;AACzB,mCAA8B;AAE9B,8CAA2C;AAC3C,gDAA0F;AAC1F,4CASwB;AA0FxB,MAAM,cAAc,GAAG,CAAC,SAAiB,EAAE,YAAoB,EAAE,EAAE;IACjE,IAAI,SAAS,KAAK,qBAAqB,EAAE;QACvC,IAAI;YACF,MAAM,gBAAgB,GAAgB,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;YAC9D,MAAM,MAAM,GAAG,CAAC,KAAK,IAAA,kBAAS,EAAC,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAA;YAC/E,MAAM,CAAC,IAAI,CACT,GAAG,gBAAgB,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE;gBAChC,MAAM,QAAQ,GAAG,KAAK,CAAC,MAAM,CAAA;gBAC7B,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAA;gBAE3B,OAAO,KAAK,KAAK,CAAC,IAAI,IAAI,0BAAiB,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,QAAQ,aAAa,MAAM,EAAE,CAAA;YAC9F,CAAC,CAAC,CACH,CAAA;YAED,OAAO,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;SAC7B;QAAC,OAAO,CAAC,EAAE;YACV,0DAA0D;SAC3D;KACF;IAED,OAAO,MAAM,SAAS,OAAO,YAAY,EAAE,CAAA;AAC7C,CAAC,CAAA;AAED,MAAM,oBAAoB,GAAG,CAAC,cAAuC,EAAE,EAAE;IACvE,IAAI,CAAC,cAAc,EAAE;QACnB,OAAM;KACP;IAED,MAAM,EAAC,QAAQ,EAAE,MAAM,EAAC,GAAG,cAAc,CAAA;IAEzC,IAAI,kBAAkB,IAAI,cAAc,EAAE;QACxC,OAAO,YAAY,QAAQ,WAAW,MAAM,qBAAqB,cAAc,CAAC,gBAAgB,EAAE,CAAA;KACnG;IAED,OAAO,YAAY,QAAQ,WAAW,MAAM,EAAE,CAAA;AAChD,CAAC,CAAA;AAED,MAAM,uBAAuB,GAAG,CAAC,IAAU,EAAE,EAAU,EAAE,QAAgB,EAAE,MAAc,EAAE,cAAsB,EAAE,EAAE;IACnH,IAAI,QAAQ,IAAI,MAAM,IAAI,cAAc,EAAE;QACxC,OAAO,GAAG,IAAI,CAAC,IAAI,MAAM,EAAE,MAAM,QAAQ,GAAG,MAAM,GAAG,cAAc,EAAE,CAAA;KACtE;IAED,OAAO,GAAG,IAAI,CAAC,IAAI,MAAM,EAAE,EAAE,CAAA;AAC/B,CAAC,CAAA;AAEM,MAAM,uBAAuB,GAAG,GAAkB,EAAE,CAAC,CAAC;IAC3D,mBAAmB,EAAE,CAAC;IACtB,WAAW,EAAE,CAAC;IACd,YAAY,EAAE,CAAC;IACf,cAAc,EAAE,CAAC;IACjB,aAAa,EAAE,CAAC;IAChB,cAAc,EAAE,CAAC;CAClB,CAAC,CAAA;AAPW,QAAA,uBAAuB,2BAOlC;AAEK,MAAM,oBAAoB,GAAG,GAAe,EAAE,CAAC,CAAC;IACrD,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,CAAC;IACX,OAAO,EAAE,CAAC;IACV,KAAK,EAAE,CAAC;CACT,CAAC,CAAA;AALW,QAAA,oBAAoB,wBAK/B;AAEF,MAAa,aAAa;IAMxB,YAAY,EAAC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAO;QAC/C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAA;QACtD,IAAI,CAAC,WAAW,GAAG,WAAY,CAAA;QAC/B,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;YACtC,IAAI,CAAC,WAAW,IAAI,MAAM,CAAA;SAC3B;QACD,IAAI,CAAC,OAAO,GAAG,IAAI,gBAAO,EAAE,CAAA;QAC5B,IAAI,CAAC,IAAI,GAAG;YACV,UAAU,EAAE;gBACV,CAAC,EAAE;oBACD,QAAQ,EAAE,EAAE;oBACZ,SAAS,EAAE,EAAE;oBACb,IAAI,EAAE,OAAO,IAAI,eAAe;oBAChC,oBAAoB,EAAE,CAAC;oBACvB,YAAY,EAAE,CAAC;oBACf,yBAAyB,EAAE,CAAC;oBAC5B,oBAAoB,EAAE,CAAC;oBACvB,eAAe,EAAE,CAAC;oBAClB,YAAY,EAAE,CAAC;oBACf,aAAa,EAAE,CAAC;oBAChB,eAAe,EAAE,CAAC;iBACnB;gBACD,SAAS,EAAE,EAAE;aACd;SACF,CAAA;IACH,CAAC;IAEM,SAAS,CAAC,MAAc,EAAE,OAAe,EAAE,OAAe;;QAC/D,IAAI,MAAM,CAAC,UAAU,EAAE;YACrB,8EAA8E;YAC9E,wFAAwF;YACxF,OAAM;SACP;QAED,MAAM,KAAK,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;QACpD,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,CAAA;QAE3D,IAAI,IAAA,wCAA+B,EAAC,MAAM,CAAC,EAAE;YAC3C,OAAO,IAAI,CAAC,kBAAkB,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAA;SAChD;QAED,uFAAuF;QACvF,0IAA0I;QAC1I,MAAM,cAAc,GAClB,MAAM,CAAC,aAAa,KAAK,0BAAa,CAAC,YAAY;YACjD,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK;YACtB,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAA,CAAC,IAAI;QAE3B,IAAI,IAAA,2BAAgB,EAAC,MAAM,CAAC,IAAI,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE;YACxD,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE;gBAClC,uBAAuB;gBACvB,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,KAAe,CAAA;gBAC3C,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;oBACxB,MAAM,EAAC,aAAa,EAAE,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAA;oBACxF,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,aAAa,CAAC,CAAA;oBAC7C,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,aAAa,CAAC,CAAA;oBAC7C,cAAc,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,CAAA;oBAC9B,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,CAAA;iBACnC;aACF;iBAAM,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,KAAK,KAAK,EAAE;gBACrC,yBAAyB;gBACzB,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,KAAoB,CAAA;gBAChD,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;oBACxB,MAAM,EAAC,aAAa,EAAE,MAAM,EAAC,GAAG,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAA;oBACjE,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,aAAa,CAAC,CAAA;oBAC7C,cAAc,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,CAAA;iBAC/B;aACF;SACF;aAAM;YACL,oBAAoB;YACpB,MAAM,EAAC,MAAM,EAAC,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;YAC9C,cAAc,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,CAAA;SAC/B;QAED,IAAI,MAAM,CAAC,QAAQ,EAAE;YACnB,qEAAqE;YACrE,cAAc,CAAC,IAAI,CAAC;gBAClB,CAAC,EAAE,EAAC,IAAI,EAAE,SAAS,EAAC;gBACpB,CAAC,EAAE,MAAM,CAAC,MAAA,MAAA,MAAA,MAAM,CAAC,MAAM,0CAAE,OAAO,0CAAE,OAAO,mCAAI,kDAAkD,CAAC;aACjG,CAAC,CAAA;SACH;aAAM,IAAI,cAAc,CAAC,MAAM,KAAK,CAAC,IAAI,IAAA,2BAAgB,EAAC,MAAM,CAAC,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE;YAC3F,iGAAiG;YACjG,cAAc,CAAC,IAAI,CAAC;gBAClB,CAAC,EAAE,EAAC,IAAI,EAAE,cAAc,EAAC;gBACzB,CAAC,EAAE,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,OAAO,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE;aACxE,CAAC,CAAA;SACH;QAED,IAAI,CAAC,kBAAkB,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAA;IAC1C,CAAC;IAEM,MAAM,CAAC,OAAgB,EAAE,OAAe;QAC7C,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,EAAE;YACpC,oBAAoB,EAAE,OAAO,CAAC,cAAc;YAC5C,YAAY,EAAE,OAAO,CAAC,MAAM;YAC5B,yBAAyB,EAAE,OAAO,CAAC,iBAAiB;YACpD,oBAAoB,EAAE,OAAO,CAAC,kBAAkB,CAAC,IAAI;YACrD,eAAe,EAAE,OAAO,CAAC,aAAa,CAAC,IAAI;YAC3C,YAAY,EAAE,OAAO,CAAC,MAAM;YAC5B,aAAa,EAAE,OAAO,CAAC,OAAO;YAC9B,eAAe,EAAE,OAAO,CAAC,QAAQ;SAClC,CAAC,CAAA;QAEF,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,GAAG,OAAO,CAAC,OAAO,CAAA;QACjD,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,GAAG,IAAA,oBAAW,EAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,CAAA;QAExE,iBAAiB;QACjB,IAAI;YACF,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;YAC/C,YAAE,CAAC,SAAS,CAAC,eAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,EAAC,SAAS,EAAE,IAAI,EAAC,CAAC,CAAA;YAChE,YAAE,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,EAAE,GAAG,EAAE,MAAM,CAAC,CAAA;YAC/C,IAAI,CAAC,KAAK,CAAC,iCAAiC,eAAC,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAA;SAChF;QAAC,OAAO,CAAC,EAAE;YACV,IAAI,CAAC,KAAK,CAAC,oCAAoC,eAAC,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;SACrG;IACH,CAAC;IAED,8FAA8F;IACvF,WAAW,CAChB,IAAU,EACV,MAAc,EACd,aAA4B,EAC5B,aAAiC;QAEjC,IAAI,aAAa,KAAK,0BAAa,CAAC,OAAO,EAAE;YAC3C,OAAM;SACP;QAED,MAAM,KAAK,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;QAC7C,MAAM,QAAQ,GAAG,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAA;QAE9C,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,8EAA8E,CAAC,CAAA;QAErG,IAAI,CAAC,kBAAkB,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAA;IAC1C,CAAC;IAEO,kBAAkB,CAAC,KAAe,EAAE,QAAqB;QAC/D,KAAK,CAAC,CAAC,GAAG;YACR,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC,MAAM,GAAG,QAAQ,CAAC,KAAK,CAAC,MAAM;YAC9C,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC,QAAQ,GAAG,QAAQ,CAAC,OAAO,CAAC,MAAM;YACpD,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,IAAI;YAClB,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,GAAG,QAAQ,CAAC,OAAO,CAAC,MAAM;YAClD,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC;SACzB,CAAA;QAED,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;IAC/B,CAAC;IAEO,eAAe,CAAC,IAAiC;QACvD,+DAA+D;QAC/D,IAAI,aAAa,GAAG,CAAC,CAAA;QACrB,IAAI,OAAO,GAAG,CAAC,CAAA;QACf,IAAI,eAAe,IAAI,IAAI,EAAE;YAC3B,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;SAC5C;QACD,IAAI,QAAQ,IAAI,IAAI,EAAE;YACpB,OAAO,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;SAC7C;QAED,OAAO;YACL,mBAAmB,EAAE,aAAa;YAClC,WAAW,EAAE,CAAC;YACd,YAAY,EAAE,IAAI,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAC9C,cAAc,EAAE,IAAI,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAChD,aAAa,EAAE,OAAO;YACtB,cAAc,EAAE,CAAC;SAClB,CAAA;IACH,CAAC;IAEO,gBAAgB,CAAC,MAAkB;QACzC,MAAM,MAAM,GAAG,EAAE,CAAA;QAEjB,IAAI,IAAA,2BAAgB,EAAC,MAAM,CAAC,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE;YACrD,MAAM,QAAQ,GAAG;gBACf,CAAC,EAAE,EAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,EAAC;gBAC7D,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC;aAC7E,CAAA;YAED,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;SACtB;QAED,OAAO,EAAC,MAAM,EAAC,CAAA;IACjB,CAAC;IAEO,mBAAmB,CAAC,IAAU;QACpC,MAAM,MAAM,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAA;QAEnE,OAAO;YACL,mBAAmB,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAC/C,WAAW,EAAE,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;YAC/E,YAAY,EAAE,MAAM,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAC7C,cAAc,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YACpC,aAAa,EAAE,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAChD,cAAc,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;SACzD,CAAA;IACH,CAAC;IAEO,oBAAoB,CAAC,IAAU;;QAMrC,MAAM,aAAa,GAAG,EAAE,CAAA;QACxB,MAAM,aAAa,GAAG,EAAE,CAAA;QACxB,MAAM,MAAM,GAAG,EAAE,CAAA;QACjB,MAAM,QAAQ,GAAG,EAAE,CAAA;QAEnB,IAAI,MAAA,IAAI,CAAC,cAAc,0CAAE,MAAM,EAAE;YAC/B,aAAa,CAAC,IAAI,CAChB,GAAG,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;gBACjC,CAAC,EAAE,EAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,EAAC;gBACvD,CAAC,EAAE,CAAC,CAAC,WAAW;aACjB,CAAC,CAAC,CACJ,CAAA;SACF;QAED,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,MAAM,QAAQ,GAAG;gBACf,CAAC,EAAE,EAAC,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC,aAAa,EAAE,EAAC;gBACrF,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO;aACxB,CAAA;YAED,IAAI,IAAI,CAAC,aAAa,EAAE;gBACtB,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;aAC7B;iBAAM;gBACL,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;aACtB;SACF;QAED,IAAI,MAAA,IAAI,CAAC,QAAQ,0CAAE,MAAM,EAAE;YACzB,QAAQ,CAAC,IAAI,CACX,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;gBAC3B,CAAC,EAAE,EAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,EAAC;gBACzC,CAAC,EAAE,CAAC,CAAC,OAAO;aACb,CAAC,CAAC,CACJ,CAAA;SACF;QAED,OAAO,EAAC,aAAa,EAAE,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAC,CAAA;IACzD,CAAC;IAEO,sBAAsB,CAAC,IAAe;QAC5C,MAAM,aAAa,GAAG,EAAE,CAAA;QACxB,MAAM,MAAM,GAAG,EAAE,CAAA;QAEjB,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,MAAM,QAAQ,GAAG;gBACf,CAAC,EAAE,EAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC,aAAa,EAAE,EAAC;gBACpF,CAAC,EAAE,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;aAC3D,CAAA;YAED,IAAI,IAAI,CAAC,aAAa,EAAE;gBACtB,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;aAC7B;iBAAM;gBACL,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;aACtB;SACF;QAED,OAAO,EAAC,aAAa,EAAE,MAAM,EAAC,CAAA;IAChC,CAAC;IAEO,kBAAkB,CAAC,IAAU;;QACnC,MAAM,QAAQ,GAAG,IAAA,mCAAwB,EAAC,IAAI,CAAC,CAAA;QAC/C,MAAM,EAAE,GAAG,OAAO,QAAQ,EAAE,CAAA;QAC5B,MAAM,oBAAoB,GAAG,GAAG,IAAI,CAAC,IAAI,MAAM,EAAE,YAAY,CAAA;QAE7D,OAAO;YACL,CAAC,kBACC,SAAS,EAAE,IAAI,CAAC,KAAK,EACrB,IAAI,EAAE,IAAI,CAAC,KAAK,EAChB,IAAI,EAAE,oBAAoB,EAC1B,IAAI,EAAE,CAAC,EACP,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,IAChC,IAAA,+BAAuB,GAAE,CAC7B;YACD,aAAa,EAAE,EAAE;YACjB,aAAa,EAAE,EAAE;YACjB,KAAK,EAAE,EAAE;YACT,OAAO,EAAE,EAAE;YACX,UAAU,EAAE;gBACV,QAAQ,EAAE;oBACR,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAC,EAAC;oBACxC,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAA,IAAI,CAAC,OAAO,CAAC,EAAE,0CAAE,aAAa,EAAC,EAAC;oBACpE,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,EAAC,EAAC;oBAC3C,GAAG,CAAC,YAAY,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,IAAI,CAAC,UAAU,EAAC,EAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACpF,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAC,EAAC;oBACzC,GAAG,CAAC,QAAQ,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,IAAI,CAAC,MAAM,EAAC,EAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACxE,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,MAAA,IAAI,CAAC,IAAI,mCAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAC,EAAC;oBACvD,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAC,EAAC;iBACtC,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,KAAK,SAAS,CAAC;aAC/C;YACD,OAAO,EAAE,EAAE;YACX,OAAO,EAAE,EAAE;SACZ,CAAA;IACH,CAAC;IAEO,cAAc,CAAC,SAAS,GAAG,iBAAiB;QAClD,MAAM,aAAa,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,KAAK,SAAS,CAAC,CAAA;QAEpG,IAAI,CAAC,aAAa,EAAE;YAClB,MAAM,KAAK,GAAa;gBACtB,CAAC,kBAAG,IAAI,EAAE,SAAS,IAAK,IAAA,4BAAoB,GAAE,CAAC;gBAC/C,QAAQ,EAAE,EAAE;aACb,CAAA;YAED,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;YAE1C,OAAO,KAAK,CAAA;SACb;QAED,OAAO,aAAa,CAAA;IACtB,CAAC;IAEO,WAAW,CAAC,MAAc,EAAE,OAAe,EAAE,OAAe;;QAClE,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAA;QACxB,MAAM,aAAa,GAAG,IAAA,yBAAgB,EAAC,MAAM,CAAC,CAAA;QAC9C,MAAM,SAAS,GAAG,IAAA,qBAAY,EAAC,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAA;QAEvE,MAAM,MAAM,GAAG,+BAAsB,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA;QAE7D,MAAM,QAAQ,GAAG,IAAA,mCAAwB,EAAC,IAAI,CAAC,CAAA;QAC/C,MAAM,EAAE,GAAG,OAAO,QAAQ,EAAE,CAAA;QAC5B,MAAM,QAAQ,GAAG,IAAA,uBAAY,EAAC,MAAM,CAAC,CAAC,CAAC,CAAC,aAAa,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAE,CAAA;QAC3E,MAAM,MAAM,GAAG,IAAA,2BAAgB,EAAC,MAAM,CAAC,IAAI,IAAA,sBAAa,EAAC,MAAM,CAAC,CAAC,CAAC,CAAC,cAAc,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAA;QACxG,MAAM,cAAc,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,iBAAiB,MAAM,CAAC,QAAQ,qBAAqB,CAAC,CAAC,CAAC,EAAE,CAAA;QAEnG,oGAAoG;QACpG,MAAM,oBAAoB,GAAG,uBAAuB,CAAC,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,CAAC,CAAA;QAEhG,OAAO;YACL,CAAC,kBACC,SAAS,EAAE,IAAI,CAAC,KAAK,EACrB,IAAI,EAAE,IAAI,CAAC,KAAK,EAChB,IAAI,EAAE,oBAAoB,EAC1B,IAAI,EAAE,IAAA,uBAAY,EAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,EACvD,SAAS,EAAE,IAAA,2BAAgB,EAAC,MAAM,CAAC;oBACjC,CAAC,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;oBACnD,CAAC,CAAC,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,IACzB,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CACjC;YACD,aAAa,EAAE,EAAE;YACjB,aAAa,EAAE,EAAE;YACjB,KAAK,EAAE,EAAE;YACT,OAAO,EAAE,EAAE;YACX,UAAU,EAAE;gBACV,QAAQ,EAAE;oBACR,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAC,EAAC;oBACxC,GAAG,CAAC,IAAA,2BAAgB,EAAC,MAAM,CAAC,IAAI,IAAA,sBAAa,EAAC,MAAM,CAAC;wBACnD,CAAC,CAAC;4BACE,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,EAAC,EAAC;4BAC9C,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,KAAK,EAAC,EAAC;4BAC3D,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,MAAM,EAAC,EAAC;yBAC9D;wBACH,CAAC,CAAC,EAAE,CAAC;oBACP,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAA,IAAI,CAAC,OAAO,CAAC,EAAE,0CAAE,aAAa,EAAC,EAAC;oBACpE,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,IAAA,uBAAY,EAAC,MAAM,CAAC,IAAI,MAAM,CAAC,QAAQ,EAAC,EAAC;oBACvE,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,EAAC,EAAC;oBAC3C,GAAG,CAAC,YAAY,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,IAAI,CAAC,UAAU,EAAC,EAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACpF,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,EAAC,EAAC;oBAC5C,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAC,EAAC;oBACzC,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC,QAAQ,EAAC,EAAC;oBAChD,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,CAAC,eAAe,EAAC,EAAC;oBAC/D,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,SAAS,EAAC,EAAC;oBAC3C,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,IAAA,uBAAY,EAAC,MAAM,CAAC,IAAI,MAAM,CAAC,OAAO,EAAC,EAAC;oBACrE,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,IAAA,uBAAY,EAAC,MAAM,CAAC,IAAI,MAAM,CAAC,UAAU,EAAC,EAAC;oBAC5E,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAE,oBAAoB,CAAC,MAAM,CAAC,cAAc,CAAC,EAAC,EAAC;oBAClF;wBACE,CAAC,EAAE;4BACD,IAAI,EAAE,WAAW;4BACjB,KAAK,EAAE,IAAA,2BAAgB,EAAC,MAAM,CAAC,IAAI,UAAU,IAAI,MAAM,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,CAAC,QAAQ;yBACzF;qBACF;oBACD,GAAG,CAAC,QAAQ,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,IAAI,CAAC,MAAM,EAAC,EAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACxE,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,MAAA,IAAI,CAAC,IAAI,mCAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAC,EAAC;oBACvD,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAC,EAAC;oBACtD,EAAC,CAAC,EAAE,EAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAC,EAAC;iBACtC,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,KAAK,SAAS,CAAC;aAC/C;YACD,OAAO,EAAE,EAAE;YACX,OAAO,EAAE,EAAE;SACZ,CAAA;IACH,CAAC;IAEO,gBAAgB,CAAC,MAAc;QACrC,IAAI,IAAA,wCAA+B,EAAC,MAAM,CAAC,IAAI,CAAC,IAAA,2BAAgB,EAAC,MAAM,CAAC,EAAE;YACxE,OAAO,IAAA,+BAAuB,GAAE,CAAA;SACjC;QAED,IAAI,UAAU,GAAoB,EAAE,CAAA;QACpC,IAAI,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE;YAC5B,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE;gBAClC,uBAAuB;gBACvB,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,KAAe,CAAA;gBAC3C,UAAU,GAAG,KAAK;qBACf,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;oBACZ,IAAI,CAAC,IAAI,CAAC,qBAAqB,EAAE;wBAC/B,OAAO,CAAC,IAAI,CAAC,CAAA;qBACd;oBAED,OAAO,CAAC,IAAI,EAAE,GAAG,IAAI,CAAC,qBAAqB,CAAC,CAAA;gBAC9C,CAAC,CAAC;qBACD,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC;qBACzC,GAAG,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAA;aACjC;iBAAM,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,KAAK,KAAK,EAAE;gBACrC,6BAA6B;gBAC7B,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,KAAoB,CAAA;gBAChD,UAAU,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA;aAC7C;SACF;aAAM;YACL,mBAAmB;YACnB,UAAU,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAA;SACnD;QAED,MAAM,KAAK,GAAG,IAAA,+BAAuB,GAAE,CAAA;QAEvC,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE;YAClC,KAAK,CAAC,WAAW,IAAI,SAAS,CAAC,WAAW,CAAA;YAC1C,KAAK,CAAC,YAAY,IAAI,SAAS,CAAC,YAAY,CAAA;YAC5C,KAAK,CAAC,cAAc,IAAI,SAAS,CAAC,cAAc,CAAA;YAChD,KAAK,CAAC,aAAa,IAAI,SAAS,CAAC,aAAa,CAAA;YAC9C,KAAK,CAAC,mBAAmB,IAAI,SAAS,CAAC,mBAAmB,CAAA;YAC1D,KAAK,CAAC,cAAc,IAAI,SAAS,CAAC,cAAc,CAAA;SACjD;QAED,OAAO,KAAK,CAAA;IACd,CAAC;CACF;AAjbD,sCAibC"}
@@ -1,14 +0,0 @@
1
- import type { AppUploadDetails, ReporterContext } from '../../interfaces';
2
- export declare class AppUploadReporter {
3
- private context;
4
- private spinner?;
5
- private startTime;
6
- constructor(context: ReporterContext);
7
- start(appsToUpload: AppUploadDetails[], prependLineBreak?: boolean): void;
8
- renderProgress(numberOfApplicationsLeft: number): void;
9
- reportSuccess(): void;
10
- reportFailure(failedApp: AppUploadDetails): void;
11
- endRendering(): void;
12
- private getAppDescription;
13
- private write;
14
- }
@@ -1,54 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.AppUploadReporter = void 0;
7
- const chalk_1 = __importDefault(require("chalk"));
8
- const ora_1 = __importDefault(require("ora"));
9
- const constants_1 = require("../constants");
10
- class AppUploadReporter {
11
- constructor(context) {
12
- this.context = context;
13
- this.startTime = Date.now();
14
- }
15
- start(appsToUpload, prependLineBreak = false) {
16
- this.write(`${prependLineBreak ? '\n' : ''}${appsToUpload.length} mobile application(s) to upload:\n`);
17
- this.write(appsToUpload.map((appToUpload) => this.getAppDescription(appToUpload)).join('\n') + '\n');
18
- }
19
- renderProgress(numberOfApplicationsLeft) {
20
- var _a;
21
- const text = `Uploading ${numberOfApplicationsLeft} application(s)…`;
22
- (_a = this.spinner) === null || _a === void 0 ? void 0 : _a.stop();
23
- this.spinner = (0, ora_1.default)({
24
- stream: this.context.stdout,
25
- text,
26
- });
27
- this.spinner.start();
28
- }
29
- reportSuccess() {
30
- this.endRendering();
31
- this.write(`\n${constants_1.ICONS.SUCCESS} Successfully uploaded in ${Math.round((Date.now() - this.startTime) / 1000)} seconds\n`);
32
- }
33
- reportFailure(failedApp) {
34
- this.endRendering();
35
- this.write(`\n${constants_1.ICONS.FAILED} Failed to upload application:\n${this.getAppDescription(failedApp)}\n`);
36
- }
37
- endRendering() {
38
- var _a;
39
- (_a = this.spinner) === null || _a === void 0 ? void 0 : _a.stop();
40
- delete this.spinner;
41
- }
42
- getAppDescription(appUploadDetails) {
43
- let versionPrepend = '';
44
- if (appUploadDetails.versionName) {
45
- versionPrepend = `Version ${chalk_1.default.dim.cyan(appUploadDetails.versionName)} - `;
46
- }
47
- return ` ${versionPrepend}Application ID ${chalk_1.default.dim.cyan(appUploadDetails.appId)} - Local Path ${chalk_1.default.dim.cyan(appUploadDetails.appPath)}`;
48
- }
49
- write(message) {
50
- this.context.stdout.write(message);
51
- }
52
- }
53
- exports.AppUploadReporter = AppUploadReporter;
54
- //# sourceMappingURL=app-upload.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"app-upload.js","sourceRoot":"","sources":["../../../src/reporters/mobile/app-upload.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAyB;AACzB,8CAAqB;AAIrB,4CAAkC;AAElC,MAAa,iBAAiB;IAK5B,YAAY,OAAwB;QAClC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,GAAG,EAAE,CAAA;IAC7B,CAAC;IAEM,KAAK,CAAC,YAAgC,EAAE,gBAAgB,GAAG,KAAK;QACrE,IAAI,CAAC,KAAK,CAAC,GAAG,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,YAAY,CAAC,MAAM,qCAAqC,CAAC,CAAA;QACtG,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAA;IACtG,CAAC;IAEM,cAAc,CAAC,wBAAgC;;QACpD,MAAM,IAAI,GAAG,aAAa,wBAAwB,kBAAkB,CAAA;QACpE,MAAA,IAAI,CAAC,OAAO,0CAAE,IAAI,EAAE,CAAA;QACpB,IAAI,CAAC,OAAO,GAAG,IAAA,aAAG,EAAC;YACjB,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM;YAC3B,IAAI;SACL,CAAC,CAAA;QACF,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAA;IACtB,CAAC;IAEM,aAAa;QAClB,IAAI,CAAC,YAAY,EAAE,CAAA;QACnB,IAAI,CAAC,KAAK,CACR,KAAK,iBAAK,CAAC,OAAO,6BAA6B,IAAI,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,YAAY,CAC5G,CAAA;IACH,CAAC;IAEM,aAAa,CAAC,SAA2B;QAC9C,IAAI,CAAC,YAAY,EAAE,CAAA;QACnB,IAAI,CAAC,KAAK,CAAC,KAAK,iBAAK,CAAC,MAAM,mCAAmC,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,IAAI,CAAC,CAAA;IACvG,CAAC;IAEM,YAAY;;QACjB,MAAA,IAAI,CAAC,OAAO,0CAAE,IAAI,EAAE,CAAA;QACpB,OAAO,IAAI,CAAC,OAAO,CAAA;IACrB,CAAC;IAEO,iBAAiB,CAAC,gBAAkC;QAC1D,IAAI,cAAc,GAAG,EAAE,CAAA;QACvB,IAAI,gBAAgB,CAAC,WAAW,EAAE;YAChC,cAAc,GAAG,WAAW,eAAK,CAAC,GAAG,CAAC,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,KAAK,CAAA;SAC9E;QAED,OAAO,OAAO,cAAc,kBAAkB,eAAK,CAAC,GAAG,CAAC,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,iBAAiB,eAAK,CAAC,GAAG,CAAC,IAAI,CACjH,gBAAgB,CAAC,OAAO,CACzB,EAAE,CAAA;IACL,CAAC;IAEO,KAAK,CAAC,OAAe;QAC3B,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA;IACpC,CAAC;CACF;AAxDD,8CAwDC"}
@@ -1,28 +0,0 @@
1
- import type { APIHelper } from './api';
2
- import type { MainReporter, Reporter, Result, RunTestsCommandConfig, Suite, Summary, SupportedReporter, TestPlan, TriggerConfig, WrapperConfig } from './interfaces';
3
- import type { InitialSummary } from './utils/public';
4
- type ExecuteOptions = {
5
- initialSummary?: InitialSummary;
6
- jUnitReport?: string;
7
- reporters?: (SupportedReporter | Reporter)[];
8
- runId?: string;
9
- suites?: Suite[];
10
- testPlan?: TestPlan;
11
- };
12
- export declare const getDefaultConfig: () => RunTestsCommandConfig;
13
- export declare const executeTests: (reporter: MainReporter, config: RunTestsCommandConfig, suites?: Suite[], testPlan?: TestPlan, providedInitialSummary?: InitialSummary) => Promise<{
14
- results: Result[];
15
- summary: Summary;
16
- }>;
17
- export declare const getTriggerConfigs: (api: APIHelper, config: RunTestsCommandConfig, reporter: MainReporter, suites?: Suite[]) => Promise<TriggerConfig[]>;
18
- export declare const planDryRun: (reporter: MainReporter, runConfig: WrapperConfig, suites?: Suite[]) => Promise<{
19
- testPlan: TestPlan;
20
- initialSummary: InitialSummary;
21
- }>;
22
- export declare const executeWithDetails: (runConfig: WrapperConfig, { initialSummary, jUnitReport, reporters, runId, suites, testPlan }: ExecuteOptions) => Promise<{
23
- results: Result[];
24
- summary: Summary;
25
- exitCode: 0 | 1;
26
- }>;
27
- export declare const execute: (runConfig: WrapperConfig, executeOptions: ExecuteOptions) => Promise<0 | 1>;
28
- export {};