Jean-Christophe Amiel
Jean-Christophe Amiel
Both seem OK! You can also do some "git blaming" on the function that checks the http/https prefix to see why we added it: I remember adding an integration test...
There are some logic regarding redirection where we must transform the value of the url to an `URL` structure so I think we can't simply accept any value and pass...
Hi, Yes we'll support this feature : hiding secrets in logs and reports. See #2950
Sorry for this, it should have been #2947
Let's say your token value is "ABCD", you can declare a secret with `--secret token=ABCD` and the value will be redacted from any logs and HTML reports (other report are...
Yes noted, we need to address how to redact dynamic value.
I will open another one, I can't unlink this one to the PR! I will put the new issue number here => #3543
Hi, secrets are merged on `master` and will be available on 6.1.0: - via command line with a `--secret` option: `hurl --secret token=1234 --test *.hurl` - via `redact` keyword for...
Hi @skeggse You can use `--jobs 1` to disable parallel run. I'm changing the label of this issue to "documentation" because it's not clear in the doc and in the...
You can see the code here There is a slight implementation difference between: - `hurl *.hurl` - `hurl --test --jobs 1 *.hurl` The first one uses a sequential runner (single...