Skip to content

Commit

Permalink
Debug logging vars lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2023
1 parent 110bbaa commit 76aef42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/karma.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ const browserSuiteToUse = process.env.LAMBDATEST
? "ciLocal"
: 'local'; // Developer local machine

if (browserSuiteToUse === 'ciLT') {
console.log('Username length', process.env.BROWSER_STACK_USERNAME.length);
console.log('Access key length', process.env.BROWSER_STACK_ACCESS_KEY.length);
}

const defaultBrowserMatrix = require('./karma.browsers.matrix');

Expand Down

0 comments on commit 76aef42

Please sign in to comment.