artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
7.94k stars 507 forks source link

test(cli): fix windows tests issues #3288

Closed bernardobridge closed 2 months ago

bernardobridge commented 2 months ago

Description

This is done in preparation of adding Windows tests to CI pipelines.

Most tests work with Windows just fine. However, there were a couple of tests running with zx that had issues. I updated zx which was previously not possible - partly solved it, but still needed to use posix paths when using zx.

The usage of zx can be reviewed another time, but right now it was the easiest path to getting existing tests to function.

Pre-merge checklist