v1.1.0: pooled runtime, 959 tests, production hardening (0 squash)

This commit is contained in:
John Dvorak
2025-08-15 10:00:00 -07:00
commit 92deb689cd
321 changed files with 79170 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
module.exports = {
// Render target for React components
render: {
type: 'component',
framework: 'react',
// Component mount function path (relative to project root)
mount: './tests/mount.js'
},
// Playwright browser configuration
browser: {
viewport: { width: 1280, height: 720 }
},
// Spatial assertion defaults
defaults: {
tolerance: 0.5
}
};