v1.1.0: pooled runtime, 959 tests, production hardening (0 squash)
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user