Hassy Veldstra
Hassy Veldstra
I'll try to reproduce locally. Does `winston` get loaded by your TypeScript code directly, or indirectly via another dependency?
@sam-barker We'll need to look at the worker logs in CloudWatch to see what's happening. `node_modules` zip being empty means something is going wrong with the installation of dependencies. (I've...
Thanks @danula. This is a known issue. We'll probably switch over to either line-delimited JSON or CSV as the output format in future.
yes, thanks @barth12!
@Mschroeder95 There's no formal process. You can fork the repo & pull in the changes from this branch, and then open a new PR with the fixes. You'll need to...
yes and yes
That's odd. The default user-agent header is set to `Artillery (https://artillery.io)` here: https://github.com/artilleryio/artillery/blob/main/packages/core/lib/engine_http.js#L441 Just verified it with: ```sh nc -l 10111 artillery quick http://127.0.0.1:10111/ ``` ``` ❯ nc -l 10111...
good suggestion @mnylen, will take a look at making `afterScenario` run for failed VUs as well
good suggestion @mnylen, will take a look!
thanks @Mschroeder95 - the elements of `tasks` array were originally presumed to be callback-based functions, but the code wasn't updated since adding support for `async` hooks.