Jean-Christophe Amiel
Jean-Christophe Amiel
I've done some experiment. With 1000 Hurl files to run, we're producing around 3000 files for the HTML report (1 timeline, 1 run, 1 source per test). With a flamegraph:...
Hi guys, We had a very clear model with queries, captures and asserts: - a capture uses a query to get some data from response - an assert tests the...
Hi @simonthum I struggle to understand your issue 😅! Could you describe your actual workflow, what you're doing with the JUnit / Hurl test etc... and what could be improved?...
Hi @simonthum Unless it has a bug, Hurl should aggregate across Hurl runs, I've tested it: ``` $ hurl --test --report-junit ju.xml google.hurl $ xmllint --format ju.xml $ $ hurl...
Hi @simonthum it should work with HTML also: ```shell $ hurl --test --report-html report apple.hurl $ hurl --test --report-html report google.hurl ``` And the resulted report: 
Hi @simonthum could you share the output of: ``` $ hurl --version ``` And your exact commands so I can try to see if I reproduce it? I've tested with...
Hi @simonthum With this file `test.hurl`: ```hurl HEAD https://{{host}} ``` Running two tests: ```shell $ hurl --test --report-html report --variable host=apple.com test.hurl test.hurl: Success (1 request(s) in 72 ms) --------------------------------------------------------------------------------...
Hi @restagner Unfortunately, arrays and object variables can (still) not be rendered as it, just number, strings, boolean (nodes of arrays and object) Depending on how is structured your response,...
Yes arrays / object are already supported, what's we have not designed is how to render an array. You may want to render a list like `a|b|c` and not as...
Hi @kevalin Unfortunately, no ETA for this issue right now. It's not opened to contribution (see [CONTRIBUTING.md#how-can-you-help](https://github.com/Orange-OpenSource/hurl/blob/master/CONTRIBUTING.md#how-can-you-help-)), you can look for ["open-to-contributing" labeled issues](https://github.com/Orange-OpenSource/hurl/issues?q=is%3Aissue%20state%3Aopen%20label%3Aopen-to-contribution) if you want to help