@stablyai/playwright-test 2.0.13 → 2.0.15
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/dist/{index-q6hgdCVS.mjs → index-BklBJUIC.mjs} +1244 -1208
- package/dist/index-BklBJUIC.mjs.map +1 -0
- package/dist/{index-DVywK-2d.cjs → index-Da3bGLIB.cjs} +1243 -1207
- package/dist/index-Da3bGLIB.cjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/{index.d-DaMmBaG3.d.cts → index.d-BjGuH5NO.d.cts} +9 -1
- package/dist/{index.d-DaMmBaG3.d.cts.map → index.d-BjGuH5NO.d.cts.map} +1 -1
- package/dist/{index.d-DaMmBaG3.d.ts → index.d-BjGuH5NO.d.mts} +9 -1
- package/dist/{index.d-DaMmBaG3.d.mts.map → index.d-BjGuH5NO.d.mts.map} +1 -1
- package/dist/{index.d-DaMmBaG3.d.mts → index.d-BjGuH5NO.d.ts} +9 -1
- package/dist/{index.d-DaMmBaG3.d.ts.map → index.d-BjGuH5NO.d.ts.map} +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/reporter.cjs +2 -2
- package/dist/reporter.d.cts +1 -1
- package/dist/reporter.d.mts +1 -1
- package/dist/reporter.mjs +2 -2
- package/package.json +4 -4
- package/dist/index-DVywK-2d.cjs.map +0 -1
- package/dist/index-q6hgdCVS.mjs.map +0 -1
|
@@ -45562,6 +45562,14 @@ declare class StablyReporter implements Reporter {
|
|
|
45562
45562
|
private extractSuiteInfo;
|
|
45563
45563
|
private extractTestCaseInfo;
|
|
45564
45564
|
private extractAttachmentMetadata;
|
|
45565
|
+
private processAttachment;
|
|
45566
|
+
private getAttachmentFileData;
|
|
45567
|
+
/**
|
|
45568
|
+
* Scrubs sensitive values from a trace file on disk.
|
|
45569
|
+
* Uses a pre-opened fd when available to prevent race conditions
|
|
45570
|
+
* with Playwright cleaning up the trace file before async reads complete.
|
|
45571
|
+
*/
|
|
45572
|
+
private scrubTraceFromFile;
|
|
45565
45573
|
private handleWebSocketError;
|
|
45566
45574
|
private handleWebSocketMessage;
|
|
45567
45575
|
private uploadAttachments;
|
|
@@ -45571,4 +45579,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
|
|
|
45571
45579
|
|
|
45572
45580
|
export { StablyReporter as d, stablyReporter as s };
|
|
45573
45581
|
export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
|
|
45574
|
-
//# sourceMappingURL=index.d-
|
|
45582
|
+
//# sourceMappingURL=index.d-BjGuH5NO.d.mts.map
|