Skip to content

Commit

Permalink
chore: more logging output for the LambdaTests
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 7, 2024
1 parent 6e8b65f commit ab2bc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser-test-config/lambdatest-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ module.exports = function (config) {
browserNoActivityTimeout: 90000,

concurrency: Infinity,
logLevel: config.LOG_DEBUG,
logLevel: config.LOG_INFO,

browsers: Object.keys(customLaunchers),
customLaunchers,

singleRun: true,
autoWatch: true
autoWatch: false
}))
}

0 comments on commit ab2bc16

Please sign in to comment.