simonthum
simonthum
Hi, I'll give you a shortened flow: ``` hurl --variable baseURL=https://host1 TheTest.hurl --test --variable more=stuff --report-junit ju.xml hurl --variable baseURL=https://anotherHost:8443 .\TheTest.hurl --test --variable more=andmore --report-junit ju.xml ``` I understand the...
@jcamiel ...or maybe hurl doesn't work that way at all? I read that docs that way and may have tested myself into believing it. If there is no merge capability...
OK, it seems hurl appends into junit (regardless of the id), but in html not at alll. That seems to be a Bug. So I will use junit for that...
I'll try to reproduce this result when I get to it.
Could it be that html merging does not work when one is using --varibales? All my tests are fine until I combine html and variables - which is the combination...
I can, but what I want to get working is your result with only "test.hurl". Can you try that? I want to avoid identical test files for n hosts -...
I use 6.0.0, but I will try again to reproduce your result and report back. The feature I want is to "see" which line is what in that report. Can...