Pepe Cano
Pepe Cano
@szkiba I think this will be a common case, and I'd like to avoid the need to pass CLI flags. This could be solved by adding the path to the...
@szkiba ```js "use k6 with k6/x/foo=github.com/org/foo > 0.2" ``` That solves what I mentioned above. 💯 Two questions popping up: - How will it work with [`--replace`](https://github.com/szkiba/k6x/issues/19)? - And then,...
@yuri-tceretian, the new `grafana_state_reason` section provides an overview of this annotation and a few common examples without detailing all the cases. Please, let us know if it is correct or...
cc @heitortsergent and @joanlopez who wrote the `file.read` and `ReadableStream ` example
> do we wnat to be more specific and use alert instance so we are consistent? @brendamuir, this has been a recurring issue, even across the docs. It seems the...
I am ok with both arguments and the three-level pattern. I suggest starting to provide a compatible assertion API because 99% of k6 examples use the Check API, and we'll...