Hassy Veldstra

Results 221 comments of Hassy Veldstra

Thanks for the bug report @emmaLP, I'll try to reproduce!

thank you @jonasclaes! will aim to review & release in the next version of Artillery

@maofalt are you using Grafana Cloud too? @peterpakos it seems that you can see Artillery's histogram and rate metrics in Grafana, but not the counters? Are they being shown in...

thanks for the kind words @Tylersuard!

This seems like a bug. It should work as expected if `followRedirect` is set to `false` but I haven't checked. i.e. with: ```diff scenarios: - flow: - get: url: "/"...

thanks for taking the time to open an issue @peterhalicky! We need to make it clearer in the docs that functions have to be `async`. It's tucked away [elsewhere](https://www.artillery.io/docs/reference/test-script#function-signatures) in...

This is a great suggestion @RikdeVos, thank you! There's a few things we'd like to improve in Artillery's support for reusability of test definitions, this could be one of them.

have you tried setting `looseMode: true` under `cookieJarOptions` as well? (https://github.com/salesforce/tough-cookie/blob/master/lib/cookie/cookieJar.ts#L171) We rely on ToughCookie, so I'm wondering if the cookie is not strictly compliant with [RFC 6265](https://datatracker.ietf.org/doc/rfc6265/)

Thanks for the PR @Archangelza1! We can't merge it as-is as it would break backwards-compatibility, but the new behavior could be introduced via extra configuration.

hi @Archangelza1 apologies for the delay on this one. Thanks for making the changes but it doesn't get us there completely: 1. Current behavior is maintained when `multiple` is not...