Skip to content

Commit 538a5b5

Browse files
authored
test(extension): change logLevel for e2e from trace to error (#719)
1 parent 5c3cd08 commit 538a5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/wdio.conf.base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const config: WebdriverIO.Config = {
1111
maxInstances: 1,
1212
maxInstancesPerCapability: 1,
1313
path: '/',
14-
logLevel: 'trace',
14+
logLevel: 'error',
1515
outputDir: 'logs',
1616
bail: 0,
1717
baseUrl: '',

0 commit comments

Comments
 (0)