pulsar/playwright.config.ts

9 lines
140 B
TypeScript
Raw Normal View History

2022-08-19 07:03:55 +03:00
module.exports = {
2022-08-19 07:04:27 +03:00
testDir: 'integration',
2022-08-19 07:03:55 +03:00
timeout: 60000,
expect: {
timeout: 25000,
toMatchSnapshot: {threshold: 0.2},
}
}