Move accessibility tests to new folder

This commit is contained in:
adilallo
2025-09-03 14:47:36 -06:00
parent 25998e946f
commit ce53de9003
6 changed files with 85 additions and 10 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
import { defineConfig, devices } from "@playwright/test";
export default defineConfig({
testDir: "tests/e2e",
testDir: "tests",
testMatch: [
"tests/e2e/**/*.spec.{js,ts}",
"tests/accessibility/**/*.spec.{js,ts}",
],
timeout: 60_000,
expect: {
timeout: 10_000,