@elliemae/encw-leak-runner 1.0.2 → 1.0.3
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/CHANGELOG.md +8 -0
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/reports/analysis/index.html +1 -1
- package/reports/analysis/thresholdEvaluator.ts.html +1 -1
- package/reports/browser/iframeHeapProfiler.ts.html +1 -1
- package/reports/browser/index.html +1 -1
- package/reports/cli/commands/index.html +1 -1
- package/reports/cli/commands/listCommand.ts.html +1 -1
- package/reports/cli/commands/runCommand.ts.html +1 -1
- package/reports/cli/index.html +1 -1
- package/reports/cli/index.ts.html +1 -1
- package/reports/config/index.html +1 -1
- package/reports/config/missingRequiredParamError.ts.html +1 -1
- package/reports/config/requiredEnvParams.ts.html +1 -1
- package/reports/config/runnerConfigLoader.ts.html +1 -1
- package/reports/config/runnerConfigSchema.ts.html +1 -1
- package/reports/config/sources/cliOverrideConfigSource.ts.html +1 -1
- package/reports/config/sources/configSource.ts.html +1 -1
- package/reports/config/sources/envVarConfigSource.ts.html +1 -1
- package/reports/config/sources/fileConfigSource.ts.html +1 -1
- package/reports/config/sources/index.html +1 -1
- package/reports/index.html +1 -1
- package/reports/lcov-report/analysis/index.html +1 -1
- package/reports/lcov-report/analysis/thresholdEvaluator.ts.html +1 -1
- package/reports/lcov-report/browser/iframeHeapProfiler.ts.html +1 -1
- package/reports/lcov-report/browser/index.html +1 -1
- package/reports/lcov-report/cli/commands/index.html +1 -1
- package/reports/lcov-report/cli/commands/listCommand.ts.html +1 -1
- package/reports/lcov-report/cli/commands/runCommand.ts.html +1 -1
- package/reports/lcov-report/cli/index.html +1 -1
- package/reports/lcov-report/cli/index.ts.html +1 -1
- package/reports/lcov-report/config/index.html +1 -1
- package/reports/lcov-report/config/missingRequiredParamError.ts.html +1 -1
- package/reports/lcov-report/config/requiredEnvParams.ts.html +1 -1
- package/reports/lcov-report/config/runnerConfigLoader.ts.html +1 -1
- package/reports/lcov-report/config/runnerConfigSchema.ts.html +1 -1
- package/reports/lcov-report/config/sources/cliOverrideConfigSource.ts.html +1 -1
- package/reports/lcov-report/config/sources/configSource.ts.html +1 -1
- package/reports/lcov-report/config/sources/envVarConfigSource.ts.html +1 -1
- package/reports/lcov-report/config/sources/fileConfigSource.ts.html +1 -1
- package/reports/lcov-report/config/sources/index.html +1 -1
- package/reports/lcov-report/index.html +1 -1
- package/reports/lcov-report/registry/index.html +1 -1
- package/reports/lcov-report/registry/scenarioRegistry.ts.html +1 -1
- package/reports/lcov-report/reporting/consoleReporter.ts.html +1 -1
- package/reports/lcov-report/reporting/index.html +1 -1
- package/reports/lcov-report/reporting/junitReporter.ts.html +1 -1
- package/reports/lcov-report/runner/aiEnhancementStep.ts.html +1 -1
- package/reports/lcov-report/runner/batchRunner.ts.html +1 -1
- package/reports/lcov-report/runner/index.html +1 -1
- package/reports/lcov-report/runner/scenarioRunner.ts.html +1 -1
- package/reports/lcov-report/scenarios/index.html +1 -1
- package/reports/lcov-report/scenarios/index.ts.html +1 -1
- package/reports/lcov-report/scenarios/one-admin/export-navigation.scenario.ts.html +1 -1
- package/reports/lcov-report/scenarios/one-admin/index.html +1 -1
- package/reports/lcov-report/scenarios/one-admin/index.ts.html +1 -1
- package/reports/lcov-report/scenarios/one-admin/page-models/ExportPageModel.ts.html +1 -1
- package/reports/lcov-report/scenarios/one-admin/page-models/SelectSettingsPageModel.ts.html +1 -1
- package/reports/lcov-report/scenarios/one-admin/page-models/index.html +1 -1
- package/reports/lcov-report/types/config.ts.html +1 -1
- package/reports/lcov-report/types/index.html +1 -1
- package/reports/registry/index.html +1 -1
- package/reports/registry/scenarioRegistry.ts.html +1 -1
- package/reports/reporting/consoleReporter.ts.html +1 -1
- package/reports/reporting/index.html +1 -1
- package/reports/reporting/junitReporter.ts.html +1 -1
- package/reports/runner/aiEnhancementStep.ts.html +1 -1
- package/reports/runner/batchRunner.ts.html +1 -1
- package/reports/runner/index.html +1 -1
- package/reports/runner/scenarioRunner.ts.html +1 -1
- package/reports/scenarios/index.html +1 -1
- package/reports/scenarios/index.ts.html +1 -1
- package/reports/scenarios/one-admin/export-navigation.scenario.ts.html +1 -1
- package/reports/scenarios/one-admin/index.html +1 -1
- package/reports/scenarios/one-admin/index.ts.html +1 -1
- package/reports/scenarios/one-admin/page-models/ExportPageModel.ts.html +1 -1
- package/reports/scenarios/one-admin/page-models/SelectSettingsPageModel.ts.html +1 -1
- package/reports/scenarios/one-admin/page-models/index.html +1 -1
- package/reports/types/config.ts.html +1 -1
- package/reports/types/index.html +1 -1
- package/test-report.xml +56 -56
|
@@ -160,7 +160,7 @@ export class SelectSettingsPageModel {
|
|
|
160
160
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
161
161
|
Code coverage generated by
|
|
162
162
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
163
|
-
at 2026-05-
|
|
163
|
+
at 2026-05-12T09:10:26.101Z
|
|
164
164
|
</div>
|
|
165
165
|
<script src="../../../prettify.js"></script>
|
|
166
166
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2026-05-
|
|
119
|
+
at 2026-05-12T09:10:26.101Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -172,7 +172,7 @@ export const DEFAULT_THRESHOLDS: ResolvedThresholds = {
|
|
|
172
172
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
173
173
|
Code coverage generated by
|
|
174
174
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
175
|
-
at 2026-05-
|
|
175
|
+
at 2026-05-12T09:10:26.101Z
|
|
176
176
|
</div>
|
|
177
177
|
<script src="../prettify.js"></script>
|
|
178
178
|
<script>
|
package/reports/types/index.html
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2026-05-
|
|
104
|
+
at 2026-05-12T09:10:26.101Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
107
107
|
<script>
|
package/test-report.xml
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testExecutions version="1">
|
|
3
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
4
|
-
<testCase name="enhanceMarkdownIfConfigured returns report.markdown unchanged when config.ai is undefined" duration="
|
|
3
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/runner/tests/aiEnhancementStep.test.ts">
|
|
4
|
+
<testCase name="enhanceMarkdownIfConfigured returns report.markdown unchanged when config.ai is undefined" duration="9"/>
|
|
5
5
|
<testCase name="enhanceMarkdownIfConfigured passes config.ai through to the AiEnhancer constructor when ai is configured" duration="2"/>
|
|
6
6
|
<testCase name="enhanceMarkdownIfConfigured calls enhance with afterAnalysis.leakResults when ai is configured" duration="2"/>
|
|
7
7
|
<testCase name="enhanceMarkdownIfConfigured returns the re-rendered markdown on AI success" duration="1"/>
|
|
8
8
|
<testCase name="enhanceMarkdownIfConfigured returns the original report.markdown when AI throws" duration="1"/>
|
|
9
9
|
<testCase name="enhanceMarkdownIfConfigured writes a single-line stderr warning naming the scenario when AI throws" duration="2"/>
|
|
10
|
-
<testCase name="enhanceMarkdownIfConfigured handles non-Error rejections by stringifying them" duration="
|
|
10
|
+
<testCase name="enhanceMarkdownIfConfigured handles non-Error rejections by stringifying them" duration="1"/>
|
|
11
11
|
</file>
|
|
12
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
13
|
-
<testCase name="
|
|
14
|
-
<testCase name="
|
|
15
|
-
<testCase name="
|
|
16
|
-
|
|
17
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/40/libs/encw-leak-runner/lib/runner/tests/batchRunner.test.ts">
|
|
18
|
-
<testCase name="BatchRunner runs all scenarios when no filter applied" duration="17"/>
|
|
19
|
-
<testCase name="BatchRunner filters scenarios by tag" duration="2"/>
|
|
20
|
-
<testCase name="BatchRunner runs a single scenario by registry key" duration="1"/>
|
|
21
|
-
<testCase name="BatchRunner throws when scenario key is not in the registry" duration="3"/>
|
|
22
|
-
<testCase name="BatchRunner totalDurationMs is sum of all scenario durations" duration="1"/>
|
|
23
|
-
</file>
|
|
24
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/40/libs/encw-leak-runner/lib/analysis/tests/thresholdEvaluator.test.ts">
|
|
25
|
-
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) passes when delta is zero" duration="1"/>
|
|
26
|
-
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) passes when delta is under 10 MB with no new groups" duration="0"/>
|
|
27
|
-
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) fails when retained size delta exceeds 10 MB" duration="1"/>
|
|
28
|
-
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) fails when new leak groups are detected" duration="5"/>
|
|
12
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/analysis/tests/thresholdEvaluator.test.ts">
|
|
13
|
+
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) passes when delta is zero" duration="8"/>
|
|
14
|
+
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) passes when delta is under 10 MB with no new groups" duration="1"/>
|
|
15
|
+
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) fails when retained size delta exceeds 10 MB" duration="7"/>
|
|
16
|
+
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) fails when new leak groups are detected" duration="1"/>
|
|
29
17
|
<testCase name="ThresholdEvaluator with defaults (10 MB / 0 new leak groups) fails and includes both violations in reason when both breach" duration="1"/>
|
|
30
18
|
<testCase name="ThresholdEvaluator with custom thresholds passes when delta is under custom threshold" duration="1"/>
|
|
31
|
-
<testCase name="ThresholdEvaluator with custom thresholds allows non-zero leak groups when threshold is raised" duration="
|
|
19
|
+
<testCase name="ThresholdEvaluator with custom thresholds allows non-zero leak groups when threshold is raised" duration="1"/>
|
|
32
20
|
</file>
|
|
33
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
34
|
-
<testCase name="
|
|
21
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/config/tests/requiredEnvParams.test.ts">
|
|
22
|
+
<testCase name="RequiredEnvParamsResolver throws MissingRequiredParamError listing every missing field when nothing is provided" duration="3"/>
|
|
23
|
+
<testCase name="RequiredEnvParamsResolver reads from env vars when CLI options are absent" duration="1"/>
|
|
24
|
+
<testCase name="RequiredEnvParamsResolver CLI options override env vars for non-secret fields" duration="1"/>
|
|
25
|
+
<testCase name="RequiredEnvParamsResolver password is read only from process.env (no CLI flag for secrets)" duration="14"/>
|
|
26
|
+
<testCase name="RequiredEnvParamsResolver reports only the missing fields when some are supplied" duration="1"/>
|
|
27
|
+
<testCase name="RequiredEnvParamsResolver treats empty-string env vars as missing" duration="1"/>
|
|
28
|
+
</file>
|
|
29
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/registry/tests/scenarioRegistry.test.ts">
|
|
30
|
+
<testCase name="ScenarioRegistry starts empty" duration="1"/>
|
|
35
31
|
<testCase name="ScenarioRegistry builds keys as <microapp>/<scenario.id> when registering a group" duration="1"/>
|
|
36
32
|
<testCase name="ScenarioRegistry register() returns `this` to support chaining" duration="1"/>
|
|
37
|
-
<testCase name="ScenarioRegistry throws when registering a duplicate key" duration="
|
|
33
|
+
<testCase name="ScenarioRegistry throws when registering a duplicate key" duration="26"/>
|
|
38
34
|
<testCase name="ScenarioRegistry get() returns the registered scenario" duration="1"/>
|
|
39
35
|
<testCase name="ScenarioRegistry get() returns undefined for an unknown key" duration="0"/>
|
|
40
36
|
<testCase name="ScenarioRegistry list() returns entries sorted by key" duration="14"/>
|
|
41
|
-
<testCase name="ScenarioRegistry filterByTag() returns only scenarios that include the tag" duration="
|
|
42
|
-
<testCase name="ScenarioRegistry filterByTag() returns an empty array when no scenarios match" duration="
|
|
43
|
-
</file>
|
|
44
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/40/libs/encw-leak-runner/lib/config/tests/requiredEnvParams.test.ts">
|
|
45
|
-
<testCase name="RequiredEnvParamsResolver throws MissingRequiredParamError listing every missing field when nothing is provided" duration="3"/>
|
|
46
|
-
<testCase name="RequiredEnvParamsResolver reads from env vars when CLI options are absent" duration="1"/>
|
|
47
|
-
<testCase name="RequiredEnvParamsResolver CLI options override env vars for non-secret fields" duration="1"/>
|
|
48
|
-
<testCase name="RequiredEnvParamsResolver password is read only from process.env (no CLI flag for secrets)" duration="8"/>
|
|
49
|
-
<testCase name="RequiredEnvParamsResolver reports only the missing fields when some are supplied" duration="0"/>
|
|
50
|
-
<testCase name="RequiredEnvParamsResolver treats empty-string env vars as missing" duration="1"/>
|
|
37
|
+
<testCase name="ScenarioRegistry filterByTag() returns only scenarios that include the tag" duration="1"/>
|
|
38
|
+
<testCase name="ScenarioRegistry filterByTag() returns an empty array when no scenarios match" duration="0"/>
|
|
51
39
|
</file>
|
|
52
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
53
|
-
<testCase name="JunitReporter writes test-results.xml to outputDir" duration="
|
|
54
|
-
<testCase name="JunitReporter XML contains one testcase per scenario" duration="
|
|
40
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/reporting/tests/junitReporter.test.ts">
|
|
41
|
+
<testCase name="JunitReporter writes test-results.xml to outputDir" duration="3"/>
|
|
42
|
+
<testCase name="JunitReporter XML contains one testcase per scenario" duration="1"/>
|
|
55
43
|
<testCase name="JunitReporter XML contains a failure element for failing scenarios" duration="2"/>
|
|
56
44
|
<testCase name="JunitReporter testsuite has correct tests and failures count" duration="2"/>
|
|
57
45
|
<testCase name="JunitReporter XML content is properly escaped for special characters" duration="1"/>
|
|
58
46
|
</file>
|
|
59
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
47
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/reporting/tests/consoleReporter.test.ts">
|
|
60
48
|
<testCase name="ConsoleReporter prints PASSED for a passing scenario" duration="2"/>
|
|
61
49
|
<testCase name="ConsoleReporter prints FAILED with reason for a failing scenario" duration="1"/>
|
|
62
|
-
<testCase name="ConsoleReporter prints overall summary line with pass and fail counts" duration="
|
|
50
|
+
<testCase name="ConsoleReporter prints overall summary line with pass and fail counts" duration="0"/>
|
|
63
51
|
</file>
|
|
64
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
65
|
-
<testCase name="RunnerConfigLoader produces built-in defaults when no source contributes" duration="
|
|
66
|
-
<testCase name="RunnerConfigLoader higher-priority sources override lower-priority sources" duration="
|
|
67
|
-
<testCase name="RunnerConfigLoader merges shallow keys without dropping unrelated fields" duration="
|
|
52
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/config/tests/runnerConfigLoader.test.ts">
|
|
53
|
+
<testCase name="RunnerConfigLoader produces built-in defaults when no source contributes" duration="1"/>
|
|
54
|
+
<testCase name="RunnerConfigLoader higher-priority sources override lower-priority sources" duration="0"/>
|
|
55
|
+
<testCase name="RunnerConfigLoader merges shallow keys without dropping unrelated fields" duration="1"/>
|
|
68
56
|
<testCase name="RunnerConfigLoader exposes ai defaults and reports aiEnabled=false when not set" duration="1"/>
|
|
69
57
|
<testCase name="RunnerConfigLoader reports aiEnabled=true when a source enables it" duration="0"/>
|
|
70
58
|
</file>
|
|
71
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
59
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/config/tests/fileConfigSource.test.ts">
|
|
72
60
|
<testCase name="FileConfigSource returns an empty payload when the file does not exist" duration="1"/>
|
|
73
|
-
<testCase name="FileConfigSource parses and validates a well-formed config file" duration="
|
|
74
|
-
<testCase name="FileConfigSource throws a descriptive error when the JSON is invalid" duration="
|
|
61
|
+
<testCase name="FileConfigSource parses and validates a well-formed config file" duration="2"/>
|
|
62
|
+
<testCase name="FileConfigSource throws a descriptive error when the JSON is invalid" duration="7"/>
|
|
75
63
|
<testCase name="FileConfigSource throws a descriptive error when the schema is violated" duration="3"/>
|
|
76
64
|
<testCase name="FileConfigSource exposes priority 1 (lowest tier above defaults)" duration="0"/>
|
|
77
65
|
</file>
|
|
78
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
66
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/config/tests/envVarConfigSource.test.ts">
|
|
79
67
|
<testCase name="EnvVarConfigSource returns empty when no relevant env vars are set" duration="2"/>
|
|
80
68
|
<testCase name="EnvVarConfigSource parses HEADLESS=false as headless: false" duration="1"/>
|
|
81
69
|
<testCase name="EnvVarConfigSource parses HEADLESS=true as headless: true" duration="1"/>
|
|
82
|
-
<testCase name="EnvVarConfigSource reads LEAK_OUTPUT_DIR into runner.outputDir" duration="
|
|
70
|
+
<testCase name="EnvVarConfigSource reads LEAK_OUTPUT_DIR into runner.outputDir" duration="0"/>
|
|
83
71
|
<testCase name="EnvVarConfigSource parses LEAK_TOP_N as an integer" duration="1"/>
|
|
84
72
|
<testCase name="EnvVarConfigSource ignores LEAK_TOP_N when it is not a positive integer" duration="1"/>
|
|
85
73
|
<testCase name="EnvVarConfigSource exposes priority 2 (above file)" duration="1"/>
|
|
86
74
|
</file>
|
|
87
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
88
|
-
<testCase name="
|
|
75
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/config/tests/cliOverrideConfigSource.test.ts">
|
|
76
|
+
<testCase name="CliOverrideConfigSource returns empty when no overrides are supplied" duration="1"/>
|
|
77
|
+
<testCase name="CliOverrideConfigSource passes through headless when supplied" duration="0"/>
|
|
78
|
+
<testCase name="CliOverrideConfigSource passes through outputDir and topN when supplied" duration="0"/>
|
|
79
|
+
<testCase name="CliOverrideConfigSource exposes priority 3 (highest tier)" duration="0"/>
|
|
80
|
+
</file>
|
|
81
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/runner/tests/scenarioRunner.test.ts">
|
|
82
|
+
<testCase name="ScenarioRunner constructs without throwing" duration="8"/>
|
|
83
|
+
<testCase name="ScenarioRunner run() returns a ScenarioResult with error when browser interactions fail" duration="4"/>
|
|
84
|
+
<testCase name="ScenarioRunner run() returns a ScenarioResult with the correct shape on any outcome" duration="21"/>
|
|
85
|
+
</file>
|
|
86
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/browser/tests/iframeHeapProfiler.test.ts">
|
|
87
|
+
<testCase name="IframeHeapProfiler is an instance of HeapMemoryProfiler" duration="2"/>
|
|
89
88
|
<testCase name="IframeHeapProfiler returns the page as CDP target when the iframe is same-origin" duration="1"/>
|
|
90
|
-
<testCase name="IframeHeapProfiler returns the frame as CDP target when the iframe is cross-origin (OOPIF)" duration="
|
|
89
|
+
<testCase name="IframeHeapProfiler returns the frame as CDP target when the iframe is cross-origin (OOPIF)" duration="1"/>
|
|
91
90
|
<testCase name="IframeHeapProfiler treats an about:blank frame as same-origin and returns the page" duration="0"/>
|
|
92
91
|
<testCase name="IframeHeapProfiler base HeapMemoryProfiler returns page as CDP target" duration="1"/>
|
|
93
92
|
</file>
|
|
94
|
-
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/
|
|
95
|
-
<testCase name="
|
|
96
|
-
<testCase name="
|
|
97
|
-
<testCase name="
|
|
98
|
-
<testCase name="
|
|
93
|
+
<file path="/opt/jenkins/workspace/ies_encw-libraries_Build_v26.2.x/42/libs/encw-leak-runner/lib/runner/tests/batchRunner.test.ts">
|
|
94
|
+
<testCase name="BatchRunner runs all scenarios when no filter applied" duration="23"/>
|
|
95
|
+
<testCase name="BatchRunner filters scenarios by tag" duration="1"/>
|
|
96
|
+
<testCase name="BatchRunner runs a single scenario by registry key" duration="2"/>
|
|
97
|
+
<testCase name="BatchRunner throws when scenario key is not in the registry" duration="3"/>
|
|
98
|
+
<testCase name="BatchRunner totalDurationMs is sum of all scenario durations" duration="1"/>
|
|
99
99
|
</file>
|
|
100
100
|
</testExecutions>
|