@elliemae/encw-leak-runner 1.0.15 → 1.0.16

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 (98) hide show
  1. package/CHANGELOG.md +39 -85
  2. package/dist/.tsbuildinfo +1 -1
  3. package/package.json +3 -3
  4. package/reports/analysis/index.html +1 -1
  5. package/reports/analysis/thresholdEvaluator.ts.html +1 -1
  6. package/reports/browser/heapMemoryProfiler.ts.html +1 -1
  7. package/reports/browser/iframeHeapProfiler.ts.html +1 -1
  8. package/reports/browser/index.html +1 -1
  9. package/reports/cli/commands/index.html +1 -1
  10. package/reports/cli/commands/listCommand.ts.html +1 -1
  11. package/reports/cli/commands/runCommand.ts.html +1 -1
  12. package/reports/cli/index.html +1 -1
  13. package/reports/cli/index.ts.html +1 -1
  14. package/reports/config/index.html +1 -1
  15. package/reports/config/missingRequiredParamError.ts.html +1 -1
  16. package/reports/config/requiredEnvParams.ts.html +1 -1
  17. package/reports/config/runnerConfigLoader.ts.html +1 -1
  18. package/reports/config/runnerConfigSchema.ts.html +1 -1
  19. package/reports/config/sources/cliOverrideConfigSource.ts.html +1 -1
  20. package/reports/config/sources/configSource.ts.html +1 -1
  21. package/reports/config/sources/envVarConfigSource.ts.html +1 -1
  22. package/reports/config/sources/fileConfigSource.ts.html +1 -1
  23. package/reports/config/sources/index.html +1 -1
  24. package/reports/config/unknownEnvError.ts.html +1 -1
  25. package/reports/index.html +1 -1
  26. package/reports/lcov-report/analysis/index.html +1 -1
  27. package/reports/lcov-report/analysis/thresholdEvaluator.ts.html +1 -1
  28. package/reports/lcov-report/browser/heapMemoryProfiler.ts.html +1 -1
  29. package/reports/lcov-report/browser/iframeHeapProfiler.ts.html +1 -1
  30. package/reports/lcov-report/browser/index.html +1 -1
  31. package/reports/lcov-report/cli/commands/index.html +1 -1
  32. package/reports/lcov-report/cli/commands/listCommand.ts.html +1 -1
  33. package/reports/lcov-report/cli/commands/runCommand.ts.html +1 -1
  34. package/reports/lcov-report/cli/index.html +1 -1
  35. package/reports/lcov-report/cli/index.ts.html +1 -1
  36. package/reports/lcov-report/config/index.html +1 -1
  37. package/reports/lcov-report/config/missingRequiredParamError.ts.html +1 -1
  38. package/reports/lcov-report/config/requiredEnvParams.ts.html +1 -1
  39. package/reports/lcov-report/config/runnerConfigLoader.ts.html +1 -1
  40. package/reports/lcov-report/config/runnerConfigSchema.ts.html +1 -1
  41. package/reports/lcov-report/config/sources/cliOverrideConfigSource.ts.html +1 -1
  42. package/reports/lcov-report/config/sources/configSource.ts.html +1 -1
  43. package/reports/lcov-report/config/sources/envVarConfigSource.ts.html +1 -1
  44. package/reports/lcov-report/config/sources/fileConfigSource.ts.html +1 -1
  45. package/reports/lcov-report/config/sources/index.html +1 -1
  46. package/reports/lcov-report/config/unknownEnvError.ts.html +1 -1
  47. package/reports/lcov-report/index.html +1 -1
  48. package/reports/lcov-report/registry/index.html +1 -1
  49. package/reports/lcov-report/registry/scenarioRegistry.ts.html +1 -1
  50. package/reports/lcov-report/reporting/consoleReporter.ts.html +1 -1
  51. package/reports/lcov-report/reporting/index.html +1 -1
  52. package/reports/lcov-report/reporting/junitReporter.ts.html +1 -1
  53. package/reports/lcov-report/runner/aiEnhancementStep.ts.html +1 -1
  54. package/reports/lcov-report/runner/batchRunner.ts.html +1 -1
  55. package/reports/lcov-report/runner/index.html +1 -1
  56. package/reports/lcov-report/runner/scenarioRunner.ts.html +1 -1
  57. package/reports/lcov-report/scenarios/index.html +1 -1
  58. package/reports/lcov-report/scenarios/index.ts.html +1 -1
  59. package/reports/lcov-report/scenarios/one-admin/export-navigation.scenario.ts.html +1 -1
  60. package/reports/lcov-report/scenarios/one-admin/index.html +1 -1
  61. package/reports/lcov-report/scenarios/one-admin/index.ts.html +1 -1
  62. package/reports/lcov-report/scenarios/one-admin/page-models/AdminLandingPageModel.ts.html +1 -1
  63. package/reports/lcov-report/scenarios/one-admin/page-models/ExportPageModel.ts.html +1 -1
  64. package/reports/lcov-report/scenarios/one-admin/page-models/SelectSettingsPageModel.ts.html +1 -1
  65. package/reports/lcov-report/scenarios/one-admin/page-models/index.html +1 -1
  66. package/reports/lcov-report/scenarios/pipeline/index.html +1 -1
  67. package/reports/lcov-report/scenarios/pipeline/index.ts.html +1 -1
  68. package/reports/lcov-report/scenarios/pipeline/page-models/PipelinePageModel.ts.html +1 -1
  69. package/reports/lcov-report/scenarios/pipeline/page-models/index.html +1 -1
  70. package/reports/lcov-report/scenarios/pipeline/pipeline-task-navigation.scenario.ts.html +1 -1
  71. package/reports/lcov-report/types/config.ts.html +1 -1
  72. package/reports/lcov-report/types/index.html +1 -1
  73. package/reports/registry/index.html +1 -1
  74. package/reports/registry/scenarioRegistry.ts.html +1 -1
  75. package/reports/reporting/consoleReporter.ts.html +1 -1
  76. package/reports/reporting/index.html +1 -1
  77. package/reports/reporting/junitReporter.ts.html +1 -1
  78. package/reports/runner/aiEnhancementStep.ts.html +1 -1
  79. package/reports/runner/batchRunner.ts.html +1 -1
  80. package/reports/runner/index.html +1 -1
  81. package/reports/runner/scenarioRunner.ts.html +1 -1
  82. package/reports/scenarios/index.html +1 -1
  83. package/reports/scenarios/index.ts.html +1 -1
  84. package/reports/scenarios/one-admin/export-navigation.scenario.ts.html +1 -1
  85. package/reports/scenarios/one-admin/index.html +1 -1
  86. package/reports/scenarios/one-admin/index.ts.html +1 -1
  87. package/reports/scenarios/one-admin/page-models/AdminLandingPageModel.ts.html +1 -1
  88. package/reports/scenarios/one-admin/page-models/ExportPageModel.ts.html +1 -1
  89. package/reports/scenarios/one-admin/page-models/SelectSettingsPageModel.ts.html +1 -1
  90. package/reports/scenarios/one-admin/page-models/index.html +1 -1
  91. package/reports/scenarios/pipeline/index.html +1 -1
  92. package/reports/scenarios/pipeline/index.ts.html +1 -1
  93. package/reports/scenarios/pipeline/page-models/PipelinePageModel.ts.html +1 -1
  94. package/reports/scenarios/pipeline/page-models/index.html +1 -1
  95. package/reports/scenarios/pipeline/pipeline-task-navigation.scenario.ts.html +1 -1
  96. package/reports/types/config.ts.html +1 -1
  97. package/reports/types/index.html +1 -1
  98. package/test-report.xml +52 -52
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.0.15](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.14...@elliemae/encw-leak-runner@1.0.15) (2026-05-21)
6
+ ## [1.0.16](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.15...@elliemae/encw-leak-runner@1.0.16) (2026-05-21)
7
7
 
8
8
  **Note:** Version bump only for package @elliemae/encw-leak-runner
9
9
 
@@ -11,162 +11,116 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [1.0.14](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.13...@elliemae/encw-leak-runner@1.0.14) (2026-05-21)
14
+ ## [1.0.15](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.14...@elliemae/encw-leak-runner@1.0.15) (2026-05-21)
15
15
 
16
+ **Note:** Version bump only for package @elliemae/encw-leak-runner
16
17
 
17
- ### Features
18
+ ## [1.0.14](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.13...@elliemae/encw-leak-runner@1.0.14) (2026-05-21)
18
19
 
19
- * **ENCW-143962:** pipeline scneario added ([381b761](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/381b761c133c41de2a2d9f551524eb7959157173))
20
- * readme file updated ([fc46630](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/fc46630debaea9d83eb96c13c10cb680355c13ed))
20
+ ### Features
21
21
 
22
+ - **ENCW-143962:** pipeline scneario added ([381b761](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/381b761c133c41de2a2d9f551524eb7959157173))
23
+ - readme file updated ([fc46630](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/fc46630debaea9d83eb96c13c10cb680355c13ed))
22
24
 
23
25
  ### Bug Fixes
24
26
 
25
- * added logic to filter out chrome dev tools specific retainer edges ([2d3b457](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/2d3b457c801b2c988ec1633ea73706c437d79342))
26
-
27
-
27
+ - added logic to filter out chrome dev tools specific retainer edges ([2d3b457](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/2d3b457c801b2c988ec1633ea73706c437d79342))
28
28
 
29
29
  ## [1.0.13](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.12...@elliemae/encw-leak-runner@1.0.13) (2026-05-15)
30
30
 
31
31
  **Note:** Version bump only for package @elliemae/encw-leak-runner
32
32
 
33
-
34
-
35
-
36
-
37
33
  ## [1.0.12](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.11...@elliemae/encw-leak-runner@1.0.12) (2026-05-15)
38
34
 
39
35
  **Note:** Version bump only for package @elliemae/encw-leak-runner
40
36
 
41
-
42
-
43
-
44
-
45
37
  ## [1.0.11](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.10...@elliemae/encw-leak-runner@1.0.11) (2026-05-15)
46
38
 
47
39
  **Note:** Version bump only for package @elliemae/encw-leak-runner
48
40
 
49
-
50
-
51
-
52
-
53
41
  ## [1.0.10](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.9...@elliemae/encw-leak-runner@1.0.10) (2026-05-15)
54
42
 
55
-
56
43
  ### Bug Fixes
57
44
 
58
- * added logic to wait for iframe to load ([753fb12](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/753fb1244eeb235b5690fd9b9701173b522a1765))
59
-
60
-
45
+ - added logic to wait for iframe to load ([753fb12](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/753fb1244eeb235b5690fd9b9701173b522a1765))
61
46
 
62
47
  ## [1.0.9](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.8...@elliemae/encw-leak-runner@1.0.9) (2026-05-15)
63
48
 
64
-
65
49
  ### Bug Fixes
66
50
 
67
- * added timeout in setup logic ([354398c](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/354398cd49b14f1cb17ebe056dd9dece49fa332d))
68
-
69
-
51
+ - added timeout in setup logic ([354398c](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/354398cd49b14f1cb17ebe056dd9dece49fa332d))
70
52
 
71
53
  ## [1.0.8](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.7...@elliemae/encw-leak-runner@1.0.8) (2026-05-14)
72
54
 
73
-
74
55
  ### Bug Fixes
75
56
 
76
- * timeout updated for admin console option ([efcf47a](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/efcf47a3cb69f442440531fc0c3a18aff16c6658))
77
-
78
-
57
+ - timeout updated for admin console option ([efcf47a](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/efcf47a3cb69f442440531fc0c3a18aff16c6658))
79
58
 
80
59
  ## [1.0.7](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.6...@elliemae/encw-leak-runner@1.0.7) (2026-05-14)
81
60
 
82
61
  **Note:** Version bump only for package @elliemae/encw-leak-runner
83
62
 
84
-
85
-
86
-
87
-
88
63
  ## [1.0.6](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.5...@elliemae/encw-leak-runner@1.0.6) (2026-05-14)
89
64
 
90
65
  **Note:** Version bump only for package @elliemae/encw-leak-runner
91
66
 
92
-
93
-
94
-
95
-
96
67
  ## [1.0.5](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.4...@elliemae/encw-leak-runner@1.0.5) (2026-05-14)
97
68
 
98
-
99
69
  ### Features
100
70
 
101
- * **ENCW-143962:** updated jenkins file ([86c9c8e](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/86c9c8e8114dbf1af1e6880881c70f8eb06c2ea8))
102
-
103
-
71
+ - **ENCW-143962:** updated jenkins file ([86c9c8e](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/86c9c8e8114dbf1af1e6880881c70f8eb06c2ea8))
104
72
 
105
73
  ## [1.0.4](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.3...@elliemae/encw-leak-runner@1.0.4) (2026-05-13)
106
74
 
107
-
108
75
  ### Features
109
76
 
110
- * **ENCW-143962:** added multi env support ([cec4a2f](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/cec4a2f9db50c73bb434f0f1b73d947dabfbd99f))
111
-
77
+ - **ENCW-143962:** added multi env support ([cec4a2f](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/cec4a2f9db50c73bb434f0f1b73d947dabfbd99f))
112
78
 
113
79
  ### Bug Fixes
114
80
 
115
- * **ENCW-143962:** lint errors ([6194e5d](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/6194e5d3f575b0aff059a0f5f2ca9b570b39ae62))
116
-
117
-
81
+ - **ENCW-143962:** lint errors ([6194e5d](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/6194e5d3f575b0aff059a0f5f2ca9b570b39ae62))
118
82
 
119
83
  ## [1.0.3](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.2...@elliemae/encw-leak-runner@1.0.3) (2026-05-12)
120
84
 
121
85
  **Note:** Version bump only for package @elliemae/encw-leak-runner
122
86
 
123
-
124
-
125
-
126
-
127
87
  ## [1.0.2](https://git.elliemae.io/EncompassWeb/encw-libraries/compare/@elliemae/encw-leak-runner@1.0.1...@elliemae/encw-leak-runner@1.0.2) (2026-05-08)
128
88
 
129
-
130
89
  ### Features
131
90
 
132
- * **ENCW-143962:** refactor CLI into command classes; move one-admin scenarios in-package (T7+T8+T9) ([e5a7289](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/e5a7289454530f3242bc6b82586fe3be3394c551))
133
- * **leak-runner:** add CliCommand interface and CliDependencies shape ([1f26302](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/1f2630268b97752c89e0d0a3aec865612ce0e6fe))
134
- * **leak-runner:** add default leak-runner.config.json and JSON schema ([af0299f](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/af0299f525de4bee057c59998ab3602b620e34ff))
135
- * **leak-runner:** add RequiredEnvParamsResolver and MissingRequiredParamError ([9d1e600](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/9d1e600db2dd78503de6f686c488b41e77f04021))
136
- * **leak-runner:** add RunnerConfigLoader with file/env/CLI ConfigSource strategy ([f387c02](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/f387c02b3030b4440a3c6fbb43e272adb8605cea))
137
- * **leak-runner:** add ScenarioRegistry abstraction and id field on MicroappLeakScenario ([b4b1448](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/b4b14485fff95e098de9bc53320989fb5d1141d8))
138
- * **leak-runner:** introduce EnvironmentParams/RunnerOptions/AiConfig/RunnerConfig types ([6d370e0](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/6d370e015dddfd915659fec333c46eaa636eb56f))
139
-
91
+ - **ENCW-143962:** refactor CLI into command classes; move one-admin scenarios in-package (T7+T8+T9) ([e5a7289](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/e5a7289454530f3242bc6b82586fe3be3394c551))
92
+ - **leak-runner:** add CliCommand interface and CliDependencies shape ([1f26302](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/1f2630268b97752c89e0d0a3aec865612ce0e6fe))
93
+ - **leak-runner:** add default leak-runner.config.json and JSON schema ([af0299f](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/af0299f525de4bee057c59998ab3602b620e34ff))
94
+ - **leak-runner:** add RequiredEnvParamsResolver and MissingRequiredParamError ([9d1e600](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/9d1e600db2dd78503de6f686c488b41e77f04021))
95
+ - **leak-runner:** add RunnerConfigLoader with file/env/CLI ConfigSource strategy ([f387c02](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/f387c02b3030b4440a3c6fbb43e272adb8605cea))
96
+ - **leak-runner:** add ScenarioRegistry abstraction and id field on MicroappLeakScenario ([b4b1448](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/b4b14485fff95e098de9bc53320989fb5d1141d8))
97
+ - **leak-runner:** introduce EnvironmentParams/RunnerOptions/AiConfig/RunnerConfig types ([6d370e0](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/6d370e015dddfd915659fec333c46eaa636eb56f))
140
98
 
141
99
  ### Bug Fixes
142
100
 
143
- * **leak-runner:** bundle bin script with externals so relative imports resolve ([7015853](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/701585365a38b03326f54b911824ee6b8073ec8a))
144
- * **leak-runner:** resolve lint errors in ScenarioRegistry from T1 ([194d157](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/194d157de5098387712d4b188347148cc83e44f4))
145
-
146
-
101
+ - **leak-runner:** bundle bin script with externals so relative imports resolve ([7015853](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/701585365a38b03326f54b911824ee6b8073ec8a))
102
+ - **leak-runner:** resolve lint errors in ScenarioRegistry from T1 ([194d157](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/194d157de5098387712d4b188347148cc83e44f4))
147
103
 
148
104
  ## 1.0.1 (2026-05-07)
149
105
 
150
-
151
106
  ### Features
152
107
 
153
- * **ENCW-143962:** add BatchRunner — sequential multi-scenario execution ([f7c0780](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/f7c07805bd528b75e0c37a1be3ff5652a19d13a8))
154
- * **ENCW-143962:** add CLI commands, bin entry point, envConfig, and full barrel exports ([3517b27](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/3517b27d2e26753a0e92ddb2b00abc4760ef2a84))
155
- * **ENCW-143962:** add Genice AI enhancement with token-optimised compactor pipeline ([317830c](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/317830cd4c1781e8691682354a8b01cffa02c79d))
156
- * **ENCW-143962:** add IframeHeapProfiler with iframe CDP targeting ([3e877bc](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/3e877bc4da878a13b02245f01d61132746615b9c))
157
- * **ENCW-143962:** add Reporter interface, ConsoleReporter and JunitReporter ([aafc0ab](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/aafc0ab0f7823d2e37b5bee027ec62a91f81f353))
158
- * **ENCW-143962:** add ScenarioRunner — single scenario end-to-end orchestration ([d5cb8a3](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/d5cb8a30c7e4702e498af84ad0565201fef35f5d))
159
- * **ENCW-143962:** add ThresholdEvaluator with configurable pass/fail criteria ([5b313c2](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/5b313c20696dd2d5d89862a0d8e53a09a2af9f98))
160
- * **ENCW-143962:** make one-admin export-navigation scenario runnable end-to-end ([daf378d](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/daf378daaa796d265fcbc57dc0d776d98a197a3e))
161
- * **ENCW-143962:** scaffold encw-leak-runner package with core types ([247122d](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/247122d6044e134454ac1a6e37fb9d44f0560dc8))
162
- * **ENCW-143962:** scaffold encw-leak-scenarios registry package with envConfig validation ([e396d1e](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/e396d1e813b4eda1f5cd200d202fcb23166854c3))
163
-
108
+ - **ENCW-143962:** add BatchRunner — sequential multi-scenario execution ([f7c0780](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/f7c07805bd528b75e0c37a1be3ff5652a19d13a8))
109
+ - **ENCW-143962:** add CLI commands, bin entry point, envConfig, and full barrel exports ([3517b27](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/3517b27d2e26753a0e92ddb2b00abc4760ef2a84))
110
+ - **ENCW-143962:** add Genice AI enhancement with token-optimised compactor pipeline ([317830c](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/317830cd4c1781e8691682354a8b01cffa02c79d))
111
+ - **ENCW-143962:** add IframeHeapProfiler with iframe CDP targeting ([3e877bc](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/3e877bc4da878a13b02245f01d61132746615b9c))
112
+ - **ENCW-143962:** add Reporter interface, ConsoleReporter and JunitReporter ([aafc0ab](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/aafc0ab0f7823d2e37b5bee027ec62a91f81f353))
113
+ - **ENCW-143962:** add ScenarioRunner — single scenario end-to-end orchestration ([d5cb8a3](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/d5cb8a30c7e4702e498af84ad0565201fef35f5d))
114
+ - **ENCW-143962:** add ThresholdEvaluator with configurable pass/fail criteria ([5b313c2](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/5b313c20696dd2d5d89862a0d8e53a09a2af9f98))
115
+ - **ENCW-143962:** make one-admin export-navigation scenario runnable end-to-end ([daf378d](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/daf378daaa796d265fcbc57dc0d776d98a197a3e))
116
+ - **ENCW-143962:** scaffold encw-leak-runner package with core types ([247122d](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/247122d6044e134454ac1a6e37fb9d44f0560dc8))
117
+ - **ENCW-143962:** scaffold encw-leak-scenarios registry package with envConfig validation ([e396d1e](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/e396d1e813b4eda1f5cd200d202fcb23166854c3))
164
118
 
165
119
  ### Bug Fixes
166
120
 
167
- * **ENCW-143962:** add node and jest to tsconfig types for process global ([c1918f0](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/c1918f03f8282cf8b4859f122e61e316f6cb3b29))
168
- * **ENCW-143962:** always delete snapshots in finally, cache env, fix conditions back ([92779ef](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/92779ef3a408bb7d488a00114a9dd526fb592508))
169
- * **ENCW-143962:** ensure snapshotsDir is created before profiler writes snapshots ([afa08be](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/afa08be45f7c380b9791b463f87faaf592877918))
170
- * **ENCW-143962:** type summary, catch config errors, guard empty tag match, fix NaN topN ([ba1f208](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/ba1f20875847f295d0035a9fdd841cd366dcc27b))
171
- * **ENCW-143962:** use isNaN guard for LEAK_TOP_N to preserve value 0 ([dbd67ae](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/dbd67ae54cec5fed1355521e7e41b1176d824951))
172
- * lint issues in leak runner and scenario registry ([dc0b6fc](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/dc0b6fca79a4a76670539332237d22136e8b0385))
121
+ - **ENCW-143962:** add node and jest to tsconfig types for process global ([c1918f0](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/c1918f03f8282cf8b4859f122e61e316f6cb3b29))
122
+ - **ENCW-143962:** always delete snapshots in finally, cache env, fix conditions back ([92779ef](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/92779ef3a408bb7d488a00114a9dd526fb592508))
123
+ - **ENCW-143962:** ensure snapshotsDir is created before profiler writes snapshots ([afa08be](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/afa08be45f7c380b9791b463f87faaf592877918))
124
+ - **ENCW-143962:** type summary, catch config errors, guard empty tag match, fix NaN topN ([ba1f208](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/ba1f20875847f295d0035a9fdd841cd366dcc27b))
125
+ - **ENCW-143962:** use isNaN guard for LEAK_TOP_N to preserve value 0 ([dbd67ae](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/dbd67ae54cec5fed1355521e7e41b1176d824951))
126
+ - lint issues in leak runner and scenario registry ([dc0b6fc](https://git.elliemae.io/EncompassWeb/encw-libraries/commit/dc0b6fca79a4a76670539332237d22136e8b0385))