You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
I have some cases feeding into one url with different data.
This ends entries as below in default report:
pass: POST /endpoint duration: 206ms
pass: POST /endpoint duration: 182ms
pass: POST /endpoint duration: 77ms
pass: POST /endpoint duration: 71ms
In my CI tool with junit report, it's like this:
OK (4 runs) POST /endpoint
I'm wondering is there anyway to use transition path as test names. Thanks!
The text was updated successfully, but these errors were encountered:
Hi, that's a good point. I'll ask @netmilk about pointers on how we could improve this. Feel free to use --reporter=apiary as a workaround for better debugging (you don't need Apiary account for that).
Hi @honzajavorek Thanks! I have used beforeEach hook to print the name before every case for a debugging, but it doesn't help with CI build report. I'll try -reporter=apiary as well.
I have some cases feeding into one url with different data.
This ends entries as below in default report:
pass: POST /endpoint duration: 206ms
pass: POST /endpoint duration: 182ms
pass: POST /endpoint duration: 77ms
pass: POST /endpoint duration: 71ms
In my CI tool with junit report, it's like this:
OK (4 runs) POST /endpoint
I'm wondering is there anyway to use transition path as test names. Thanks!
The text was updated successfully, but these errors were encountered: