Hassy Veldstra

Results 27 issues of Hassy Veldstra

Original discussion: https://github.com/artilleryio/artillery/discussions/1552#discussion-4271168 Reported by @zodiase, extracted from discussion above: ---- even setting the context variable values with the `--variables` option doesn't work for default cookies either. If I use...

bug

Add support for running tests scripts that: * Load custom JS code via `config.processor` * Use plugins and engines other than the built-in ones

platform:lambda

Currently we default to 4096MB of RAM for each Lambda, but it can be useful to be able to increase that, e.g. for running Playwright-based tests.

platform:lambda

Right now once a test is started it runs to completion (neither the AWS SDK nor the Console provide a way to stop a running Lambda). It should be possible...

platform:lambda

Add support (via `--platform-opt`) for setting the VPC to launch worker Lambdas from.

platform:lambda

Add support for running tests using the Playwright engine: https://github.com/artilleryio/artillery-engine-playwright

platform:lambda

Use a Lambda layer [1] for all common dependencies, so that only dependencies for custom JS need to be installed. This should cut down the amount of time it takes...

platform:lambda

### Discussed in https://github.com/artilleryio/artillery/discussions/1450 Originally posted by **mstave** May 19, 2022 I'm not trying to do variable substitution here, I'm trying to pass a string that has double curly braces...

bug

Current Socket.io engine uses Socket.io v2. We need to add support for v3/v4. @ptejada built https://github.com/ptejada/artillery-engine-socketio-v3, which also improves the API of the engine in addition to adding v3 support....

docs
engine:socketio