|
|
|
|
|
by certifiedloud
1711 days ago
|
|
The first feature I look for in tools like this is the ability to run requests concurrently. Of course some requests depend on others, but there are often a lot of requests that can be run concurrently to save time. I don't see how to do that with hurl. |
|
We have related issues: - https://github.com/Orange-OpenSource/hurl/issues/87 - https://github.com/Orange-OpenSource/hurl/issues/88
Running several Hurl files concurrently (and independently) is clear and we will probably add in the next few months.
Running requests concurrently in the same Hurl file will be more complicated. The Hurl language has to describe a clear semantic about it.