Skip to content

Commit

Permalink
chore: try out reporter progress for lambdatest
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 18, 2024
1 parent d394302 commit 021d825
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 @@ -13,7 +13,7 @@ module.exports = function (config) {
'LT:Options': {
build: 'OSS',
name: 'mathjs',
video: true,
video: false,
visual: false,
network: false,
console: false,
Expand Down Expand Up @@ -79,7 +79,7 @@ module.exports = function (config) {
timeout: mochaConfig.timeout
}
},
reporters: ['spec'],
reporters: ['progress'],
files: [
'test/browser-test-config/browser-tests.test.js'
],
Expand Down

0 comments on commit 021d825

Please sign in to comment.