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
8.07k stars 512 forks source link

ci(test): run aws tests against published versions #2807

Closed bernardobridge closed 5 months ago

bernardobridge commented 5 months ago

Description

This gives us the ability to run tests after NPM publish (canary or mainline).

Follow up of https://github.com/artilleryio/artillery/pull/2805.

Triggers the reusable workflow for AWS tests from NPM publish workflows, overriding the new A9_PATH env variable with the path to a locally freshly installed NPM version (after publish). Tests will then use that version rather than local workspace version.

Pre-merge checklist