Skip to content

Commit 9995cc8

Browse files
committed
test: configure global actionTimeout for Playwright Test
1 parent 971c5c0 commit 9995cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {PlaywrightTestConfig} from '@playwright/test'
33
const config: PlaywrightTestConfig = {
44
reporter: 'list',
55
testDir: 'test/fixture',
6+
use: {actionTimeout: 3000},
67
}
78

89
export default config

0 commit comments

Comments
 (0)