@stablyai/playwright-test 2.1.4-rc.0 → 2.1.4
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-Ddtdh1py.cjs → index-BiH_l27L.cjs} +2 -2
- package/dist/index-BiH_l27L.cjs.map +1 -0
- package/dist/{index-CaLzJZMB.mjs → index-qlzCaqyv.mjs} +2 -2
- package/dist/index-qlzCaqyv.mjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d-CfL0nHdR.d.cts.map +1 -1
- package/dist/index.d-CfL0nHdR.d.mts.map +1 -1
- package/dist/index.d-CfL0nHdR.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/reporter.cjs +1 -1
- package/dist/reporter.mjs +1 -1
- package/package.json +3 -3
- package/dist/index-CaLzJZMB.mjs.map +0 -1
- package/dist/index-Ddtdh1py.cjs.map +0 -1
|
@@ -9506,7 +9506,7 @@ class Cn {
|
|
|
9506
9506
|
const r = t?.apiKey ?? process.env.STABLY_API_KEY, n = t?.projectId ?? process.env.STABLY_PROJECT_ID;
|
|
9507
9507
|
if (!r) throw new Error("STABLY_API_KEY is required. Provide it via options or environment variable.");
|
|
9508
9508
|
if (!n) throw new Error("STABLY_PROJECT_ID is required. Provide it via options or environment variable.");
|
|
9509
|
-
if (this.notificationConfigs = t?.notificationConfigs, this.skipSuiteReporting = process.env.
|
|
9509
|
+
if (this.notificationConfigs = t?.notificationConfigs, this.skipSuiteReporting = process.env.STABLY_INTERNAL_DISABLE_REPORTING === "1", t?.sensitiveValues?.length) {
|
|
9510
9510
|
const i = jr(t.sensitiveValues);
|
|
9511
9511
|
this.sensitiveValues = [...i].sort((o, c) => c.length - o.length);
|
|
9512
9512
|
}
|
|
@@ -9667,4 +9667,4 @@ function Ta(e) {
|
|
|
9667
9667
|
a(Ta, "stablyReporter");
|
|
9668
9668
|
|
|
9669
9669
|
export { Cn as C, Ta as T };
|
|
9670
|
-
//# sourceMappingURL=index-
|
|
9670
|
+
//# sourceMappingURL=index-qlzCaqyv.mjs.map
|