We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88a37d commit 1b66e21Copy full SHA for 1b66e21
spock-website/playwright.config.ts
@@ -15,6 +15,7 @@ export default defineConfig({
15
],
16
// Single template for all assertions
17
testDir: 'tests',
18
+ timeout: 30000, // 30 seconds
19
snapshotPathTemplate: '{testDir}/__screenshots__{/projectName}/{testFilePath}/{arg}{ext}',
20
// Run local dev server before starting the tests.
21
use: {
0 commit comments