Skip to content

Commit

Permalink
refactor: check error
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 9, 2024
1 parent 6861853 commit 266fbc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/artillery/test/cloud-e2e/run-lambda.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ tap.test('Run a test on AWS Lambda', async (t) => {
scenarioPath
]);

console.log(exitCode);
console.log(output);

t.equal(exitCode, 0, 'CLI should exit with code 0');

t.ok(
Expand Down

0 comments on commit 266fbc7

Please sign in to comment.