Hassy Veldstra
Hassy Veldstra
thank you @YoniGang! adding a test should be fairly straightforward, I'll try to put a quick one together today that we can iterate on if needed.
yep, it's possible - we have a relevant example here: https://github.com/artilleryio/artillery/blob/main/examples/browser-load-testing-playwright/browser-smoke-test.yml The example uses `loadAll: true` to read all rows in the CSV file as `pageChecks` context variable. The Playwright...
@buenofc could you check the CloudWatch logs for the worker please? You'll find a link under **Logs -> Worker Logs** in the Artillery Cloud dashboard. Something in the worker seems...
For anyone running into this issue, can you share more information please: * How consistently this happens for the same test (every time or only sometimes) * How many workers...
Will need to take a look at what needs to be done to support local bundles for custom engines/plugins. We're already working on adding support for using `pnpm` to install...
If you're using a private npm proxy (e.g. Artifactory or Verdaccio) there's a way to use that as well, either by bundling an `.npmrc` file with your test, or by...
hi @brtak - are you trying to run that test from an AWS China account? (https://www.amazonaws.cn) We're looking at https://github.com/aws/aws-sdk-js-v3/issues/6711 - not sure yet if the error you're seeing can...
It'd be pretty straightforward to add support for unary calls, but streaming-related logic is harder to express in YAML. You'd probably end up needing to drop into JS/TS via hooks...
When you set tenant ID with the `--tenant-id` flag is the expected value printed to the terminal at the beginning of the test? The CLI has a check to make...
Not been able to reproduce here, tried on Node v18, 22, and 24 in case it had something to do with the version of Node, and with the exact code...