Skip to content

Commit

Permalink
log credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
HackbrettXXX committed Sep 25, 2024
1 parent aeb4fbe commit 51e5984
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/saucelabs/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ const browsers = {

module.exports = config => {
// Use ENV vars or .sauce.yml to get credentials
console.log(process.env.SAUCE_USERNAME)
console.log(process.env.SAUCE_ACCESS_KEY)
process.env.SAUCE_USERNAME = process.env.SAUCE_USERNAME
process.env.SAUCE_ACCESS_KEY = process.env.SAUCE_ACCESS_KEY
if (
!(
process.env.SAUCE_USERNAME &&
Expand Down

0 comments on commit 51e5984

Please sign in to comment.