Skip to content

Commit 1296842

Browse files
author
nsthorat
committed
change browserstack env names
1 parent 5043ea5 commit 1296842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ module.exports = (config) => {
1919
stats: 'errors-only',
2020
},
2121
browserStack: {
22-
username: process.env.username,
23-
accessKey: process.env.access_key
22+
username: process.env.BROWSERSTACK_USERNAME,
23+
accessKey: process.env.BROWSERSTACK_ACCESS_KEY
2424
},
2525
captureTimeout: 120000,
2626
reportSlowerThan: 500,

0 commit comments

Comments
 (0)