feat: harden community production foundation through story 1.5

This commit is contained in:
2026-08-14 00:21:59 +03:00
parent c30461cc92
commit f6fc2e5c9b
161 changed files with 16758 additions and 2515 deletions
+7 -3
View File
@@ -26,10 +26,14 @@ module.exports = defineConfig({
: {
command: 'bash scripts/playwright-stack.sh',
cwd: __dirname,
url: `${baseURL}/login`,
timeout: 600_000,
reuseExistingServer: false,
url: `${baseURL}/login`,
timeout: 600_000,
reuseExistingServer: false,
gracefulShutdown: {
signal: 'SIGTERM',
timeout: 10_000,
},
},
projects: [
{
name: 'chromium',