Jean-Christophe Amiel
Jean-Christophe Amiel
To do this, the easiest way is to not use `--test`: the run will be single threaded, the only thing missing is the final report (`x Sucess, x Failed`) etc......
Hi @baerwang Would it be possible to use [`--json`option](https://hurl.dev/docs/manual.html#json) and piping the output with `jq` for instance to extract captured variables? I have the impression that it could address your...
Hi @baerwang I'm closing this issue, I've the impression that we can do what we want with `--json`. Regards,
See #3314, we should: - allow any value for header `Location` (could be `file:///etc/passdw`) - check at runtime that executed URL are only `http://` , `https://` (even during redirection) Example:...
Hi @joanhey You're right the current Hurl syntax ofr methode is uppercase [A-Z]+ (see for the rationale). If there is enough demand for it, we can work on a syntax...
On Alpine, I've resolved it by adding `clang-dev` dependencies `apk add clang-dev`(I supposed needed now by `rust-bindgen`)
Update with some platform: - Alpine `$ apk add clang-dev` - Ubuntu / Debian `$ apt install libclang-dev` - Arch Linux `$ pacman -S clang` I will add Fedora
@dginev I've made a PR with these instructions on the README, fell free to close this issue if you want! => #169
Hi @linkdd that's exactly what I was going to suggest to you 🤣. We keep this issue open and we're trying to improve this use-case without creating a temp file.
Hi @linkdd We've not _specifically_ worked on performance so I'm not really surprised that Hurl has "poor" performances for this usage. That said, the Hurl parallel runner has a different...