Replies: 1 comment 2 replies
-
|
Also
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I intend to make use of the distributed load testing support in Artillery, in particular for Playwright-based load tests defined in TypeScript. I have a few questions:
I gather that the tests will be run in my own infrastructure, correct? What Artillery is providing here is the coordinating command, plus storage of the reports in Artillery Cloud.
There are several supported runtimes: AWS Lambda, AWS Fargate, Azure ACI. For Playwright tests, should AWS Lambda or AWS Fargate be preferred?
My tests will perform file uploads, so I have some example files that must be bundled. I need to explicitly use
includeFiles, correct? (btw that field is not explicitly mentioned in the TypeScript type declaration forConfig)Is the configuration file that exports the
Configvalue evaluated in the machine whererun-lambdaorrun-fargateexecutes, or is it shipped and evaluated in each particular Lambda? I have a configuration file that reads environment variables using Node'sprocess.env., so I wonder about what values will be available where.Beta Was this translation helpful? Give feedback.
All reactions