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 4964048 commit aa35d86Copy full SHA for aa35d86
karma.conf.js
@@ -19,8 +19,8 @@ module.exports = (config) => {
19
stats: 'errors-only',
20
},
21
browserStack: {
22
- username: process.env.BROWSERSTACK_USERNAME,
23
- accessKey: process.env.BROWSERSTACK_KEY
+ username: process.env.username,
+ accessKey: process.env.access_key
24
25
captureTimeout: 120000,
26
reportSlowerThan: 500,
0 commit comments