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 was 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!