Skip to content

Commit 64136f7

Browse files
Removed wdio.conf.local.ts
1 parent 86ffd28 commit 64136f7

File tree

2 files changed

+5
-132
lines changed

2 files changed

+5
-132
lines changed

packages/consent/consent-tools-integration-tests/playwright.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const PORT = 4567
44
const config: PlaywrightTestConfig = {
55
testDir: './src/tests',
66
timeout: 30000,
7-
retries: 2,
7+
retries: 1,
88
webServer: {
99
command: 'yarn http-server public -p 4567',
1010
port: 4567,
@@ -14,6 +14,10 @@ const config: PlaywrightTestConfig = {
1414
headless: true,
1515
viewport: { width: 1280, height: 720 },
1616
baseURL: `http://localhost:${PORT}`,
17+
video: {
18+
mode: 'off',
19+
size: { width: 640, height: 480 },
20+
},
1721
},
1822
}
1923

packages/consent/consent-tools-integration-tests/wdio.conf.local.ts

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)