@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
|
@@ -9527,7 +9527,7 @@ class Cn {
|
|
|
9527
9527
|
const r = t?.apiKey ?? process.env.STABLY_API_KEY, n = t?.projectId ?? process.env.STABLY_PROJECT_ID;
|
|
9528
9528
|
if (!r) throw new Error("STABLY_API_KEY is required. Provide it via options or environment variable.");
|
|
9529
9529
|
if (!n) throw new Error("STABLY_PROJECT_ID is required. Provide it via options or environment variable.");
|
|
9530
|
-
if (this.notificationConfigs = t?.notificationConfigs, this.skipSuiteReporting = process.env.
|
|
9530
|
+
if (this.notificationConfigs = t?.notificationConfigs, this.skipSuiteReporting = process.env.STABLY_INTERNAL_DISABLE_REPORTING === "1", t?.sensitiveValues?.length) {
|
|
9531
9531
|
const i = jr(t.sensitiveValues);
|
|
9532
9532
|
this.sensitiveValues = [...i].sort((o, c) => c.length - o.length);
|
|
9533
9533
|
}
|
|
@@ -9689,4 +9689,4 @@ a(Ta, "stablyReporter");
|
|
|
9689
9689
|
|
|
9690
9690
|
exports.Cn = Cn;
|
|
9691
9691
|
exports.Ta = Ta;
|
|
9692
|
-
//# sourceMappingURL=index-
|
|
9692
|
+
//# sourceMappingURL=index-BiH_l27L.cjs.map
|