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.
This PR removes the error messages that show up when running expect in distributed tests (Worker exited with an error, worker ID = <id>) by giving a specific exit code to expect that can be caught in distributed tests.
This may get further improvements in the future, but right now it's the easiest way to avoid the confusing error message.
Description
This PR removes the error messages that show up when running expect in distributed tests (
Worker exited with an error, worker ID = <id>
) by giving a specific exit code to expect that can be caught in distributed tests.This may get further improvements in the future, but right now it's the easiest way to avoid the confusing error message.
Pre-merge checklist