P5: OSS readiness — docs site, contributor onboarding, e2e harness #23

Merged
steve merged 14 commits from p5-oss-readiness into main 2026-05-08 22:22:39 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a3f134bcd6 - Show all commits
+1 -1
View File
@@ -6,7 +6,7 @@
# because the workflow steps execute inside a runner container,
# not on the host where compose publishes its ports.
FROM mcr.microsoft.com/playwright:v1.50.0-jammy
FROM mcr.microsoft.com/playwright:v1.59.1-jammy
WORKDIR /work
+1 -1
View File
@@ -9,6 +9,6 @@
"test:debug": "PWDEBUG=1 playwright test"
},
"devDependencies": {
"@playwright/test": "^1.50.0"
"@playwright/test": "1.59.1"
}
}