Add dockerized Playwright E2E (todo §1); screenshot live pages + foundation mockups, assert shared design-system styles match

This commit is contained in:
2026-06-15 16:37:21 +02:00
parent 947851b4ff
commit 6f590148af
10 changed files with 279 additions and 2 deletions

13
e2e/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "plainpages-e2e",
"version": "0.1.0",
"private": true,
"description": "Playwright visual + functional E2E: live app vs the html-css-foundation design.",
"type": "module",
"scripts": {
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.49.1"
}
}