Merge branch 'feature/integrate-playwright'

This commit is contained in:
Aarish
2025-05-24 17:33:39 -05:00
9 changed files with 1007 additions and 20 deletions

View File

@@ -6,11 +6,16 @@
"start": "node ./bin/www"
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.52.0",
"@supabase/supabase-js": "^2.49.8",
"axe-playwright": "^2.1.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"twig": "~0.10.3"
"twig": "~0.10.3",
"jsdom": "^26.1.0"
}
}