@stablyai/playwright-test 2.0.12 → 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.cjs CHANGED
@@ -4,7 +4,7 @@ var require$$0$1 = require('path');
4
4
  var require$$7 = require('url');
5
5
  var test$1 = require('@playwright/test');
6
6
  var playwrightBase = require('@stablyai/playwright-base');
7
- var index = require('./index-Cf1SUa76.cjs');
7
+ var index = require('./index-Da3bGLIB.cjs');
8
8
  require('node:buffer');
9
9
  require('node:path');
10
10
  require('node:child_process');
@@ -62,7 +62,7 @@ Object.defineProperty(exports, "setApiKey", {
62
62
  enumerable: true,
63
63
  get: function () { return playwrightBase.setApiKey; }
64
64
  });
65
- exports.stablyReporter = index.Ba;
65
+ exports.stablyReporter = index.xa;
66
66
  exports.defineConfig = defineConfig;
67
67
  exports.expect = expect;
68
68
  exports.getDirname = getDirname;
@@ -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-DaMmBaG3.d.cts.map
45582
+ //# sourceMappingURL=index.d-BjGuH5NO.d.cts.map