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.
Adding an additional job that runs in parallel with jobs on linux. These tests are non-blocking for now due to stability, and the run will fail, as there's currently a Windows bug. We can use this setup to fix the bug. A notification will be sent to the channel when one of these tests fail.
I was planning on only running them on main, but this is easier to setup and get immediate feedback, especially when we're fixing things on branches.
Description
Adding an additional job that runs in parallel with jobs on linux. These tests are non-blocking for now due to stability, and the run will fail, as there's currently a Windows bug. We can use this setup to fix the bug. A notification will be sent to the channel when one of these tests fail.
I was planning on only running them on main, but this is easier to setup and get immediate feedback, especially when we're fixing things on branches.
Pre-merge checklist