refactor: rename Tool.alpha to Tool.experimental

This commit is contained in:
Siddharth Kumar Sah
2026-03-26 01:10:51 +08:00
parent ab370a74fe
commit 585d66f0c9
178 changed files with 5637 additions and 4082 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
import { defineConfig, devices } from "@playwright/test";
import path from "node:path";
import { defineConfig, devices } from "@playwright/test";
const authFile = path.join(__dirname, "test-results", ".auth", "user.json");
@@ -14,8 +14,7 @@ export default defineConfig({
caret: "hide",
},
},
snapshotPathTemplate:
"{testDir}/__screenshots__/{testFilePath}/{arg}{ext}",
snapshotPathTemplate: "{testDir}/__screenshots__/{testFilePath}/{arg}{ext}",
fullyParallel: false,
retries: 0,
workers: 1,