mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
refactor: rename Tool.alpha to Tool.experimental
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user