Skip to content

Commit

Permalink
ci: add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Oct 11, 2024
1 parent 8593d11 commit 3c4ce38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/artillery-engine-playwright/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ test('playwright typescript test fails and has correct vu count when expectation
fs.readFileSync(playwrightOutput, 'utf8')
).aggregate;

console.log(jsonReportAggregate);

t.equal(
jsonReportAggregate.counters['vusers.failed'],
3,
Expand Down

0 comments on commit 3c4ce38

Please sign in to comment.