Skip to content

Commit 9de5d1a

Browse files
author
Ives van Hoorne
committed
Add more BrowserStack logging
1 parent 70ba920 commit 9de5d1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/app/integration-tests/browser-tests/browsers.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ function getCapabilities(browserInfo) {
1010
'browserstack.user': process.env.BROWSER_STACK_USER,
1111
'browserstack.key': process.env.BROWSER_STACK_KEY,
1212
'browserstack.local': 'true',
13+
'browserstack.console': 'errors',
14+
'browserstack.networkLogs': true,
1315
build: hash,
1416
};
1517
}

0 commit comments

Comments
 (0)