Filipe PINTO
Filipe PINTO
It would be useful if the verbose mode also displayed the details of the asserts and returns of the tests in success as it is for failed tests. This way...
An api uses an old tls version, or an specific cert, in general, existing http clients (like curl) allow to set `tls configuration`, it would be helpful if i could...
Hi guys 😄 Currently when I launch this command ```bash hurl a.hurl b.hurl c.hurl ``` hurl runs each `*.hurl` file sequentially, first a.hurl, then b.hurl, then c.hurl. ```bash # tests...
Hi guys 😄 In the context of our project we see two huge advantages using hurl : - It is an ideal solution for functionally testing all the page sequences...
### Steps to reproduce: - Run integration fedora:36 docker image: ``` docker run --rm -it fedora:36 bash ``` - Install prerequisites: ``` yum install -y python3-devel python3-pip wget git python3...
### Summary When using `--fail-at-end`, Hurl's exit code is always the one with the highest priority from the established failure exit codes list. ### Steps to reproduce - create `test-fail-at-end-exit-codes.hurl`...
### Problem to solve When Hurl is run with the `--fail-at-end` option over one file, it stops immediately if that file is badly formatted, it's normal as lines on a...
### Steps to reproduce With powershell, clone hurl project and execute: ``` ./bin/test/test.ps1 ``` ### Integration test file that fails ``` ssl/client_authentication.hurl ``` ### Command that fails ``` hurl ssl/client_authentication.hurl...