Skip to content

Commit

Permalink
test(cli): try to fix custom plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jul 24, 2024
1 parent 2a15ecb commit 5e9748d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test:unit": "tap --timeout=420 test/unit/*.test.js",
"test:acceptance": "tap --timeout=420 test/cli/*.test.js && bash test/lib/run.sh && tap --timeout=420 test/publish-metrics/**/*.test.js && tap --timeout=420 test/integration/**/*.test.js",
"test": " npm run test:unit && npm run test:acceptance",
"test:windows": "npm run test:unit && bash test/lib/run.sh && tap --timeout=420 test/publish-metrics/**/*.test.js && tap --timeout=420 test/integration/**/*.test.js && tap --timeout=420 test/cli/custom-plugin.test.js",
"test:windows": "tap --timeout=420 test/cli/custom-plugin.test.js",
"test:aws": "tap --timeout=4200 test/cloud-e2e/**/*.test.js",
"test:aws:ci": "tap --timeout=4200",
"test:aws:windows": "tap --timeout=420 test/cloud-e2e/fargate/*.test.js --grep \"Run simple-bom\"",
Expand Down
1 change: 1 addition & 0 deletions packages/artillery/test/cli/custom-plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let server;
let overrides;

before(async () => {
console.log(`Using Artillery from ${A9}`);
await $`${A9} -V`;
});

Expand Down

0 comments on commit 5e9748d

Please sign in to comment.