Skip to content

Commit 540e6ff

Browse files
authored
Merge pull request #12 from SaranshBS/master
env var naming change
2 parents 65c3f4f + c66fb4c commit 540e6ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These can be found on the automate accounts page on [BrowserStack](https://www.b
2323

2424
`export BROWSERSTACK_USERNAME=<browserstack-username>`
2525

26-
`export BROWSERSTACK_KEY=<browserstack-access-key>`
26+
`export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>`
2727

2828
You can further customize configuration in karma.conf.js. For detailed reference, visit karma-browserstack-launcher github repository [here](https://github.com/browserstack/karma-browserstack-launcher).
2929

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = function(config) {
6060

6161
browserStack: {
6262
username: process.env.BROWSERSTACK_USERNAME,
63-
accessKey: process.env.BROWSERSTACK_KEY,
63+
accessKey: process.env.BROWSERSTACK_ACCESS_KEY,
6464
apiClientEndpoint: 'https://api.browserstack.com'
6565
},
6666

0 commit comments

Comments
 (0)