Jean-Christophe Amiel
Jean-Christophe Amiel
Hi @jaconstantine we've discussed of various proposition among us. For the moment, nothing really satisfy us. The issue is still open so we're not forgetting it!
Sorry for the delay @chenrui333 could you explain a bit further how do you process now? Are you using `--report-html` or `-- json` output? How do you build your report?...
Ok, we can start something simple and iterate with your input!
What we can also do is to make the HTML report "greppable". Actually: ```html ... ... Report Sat, 24 Jun 2023 22:01:01 +0200 Executed: 5 (100%) Succeeded: 2 (40.0%) Failed:...
Hi, thanks for the detailed report. Variables are typed, but we haven't well documented what are the conversion rules. For instance , ```shell $ hurl --very-verbose --variable enable="true" /tmp/test.hurl ```...
Hi, first of all thank you for looking into Debian packaging. We're a bit stuck on this, we've struggled to start and need some help on this for sure (see...
Thanks, ~~we're still going to add an exception for the int case, i.e considering `0000123456789` as a string!~~ See @fabricereix comment
`--glob` option should work like classic [glob pattern](https://en.wikipedia.org/wiki/Glob_(programming)). For instance, if you want to target all Hurl file in any subfolder, you should do something like this: ``` $ hurl...
Can you test if this is a problem of case sensitivity? What's the result if your run `hurl --test --glob TPL-MOU*.hurl`? Ripgrep has a `--glob-case-insensitive` along with `--glob` option that...
Hi @linker3000 with #1446 we'll implement taking directory as input: for instance, ``` $ hurl --test . ``` Will search recursively in the current folder and all subfolder for '*.hurl'...