Skip to content

Commit

Permalink
update env names in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Nagpal authored and Karan Nagpal committed Jul 20, 2022
1 parent 0468380 commit 0dcf4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const bstackOptions = {
"sessionName" : "Selenium-4 Nodejs snippet test",
"local" : "false",
"seleniumVersion" : "4.0.0",
userName: '${BROWSERSTACK_USER}',
accessKey: '${BROWSERSTACK_KEY}',
userName: '${BROWSERSTACK_USERNAME}',
accessKey: '${BROWSERSTACK_ACCESS_KEY}',
},
}

Expand Down

0 comments on commit 0dcf4f3

Please sign in to comment.