pulsar/playwright.config.ts
2022-08-19 01:04:27 -03:00

9 lines
140 B
TypeScript

module.exports = {
testDir: 'integration',
timeout: 60000,
expect: {
timeout: 25000,
toMatchSnapshot: {threshold: 0.2},
}
}