Open Cefulgard opened 1 year ago
Hello I encounter the same problem on azure devops. we have a pull request pipeline executing several pipelines all executing cucumber tests. the main pipeline displays the differents reports generated by each secondary pipelines. when there are too many reports generated, those displayed on the second lines and after are not displayed properly or are hidden. This makes difficult the verification of the test results. Woud it be possible that someone look at this issue? Many thanks in advance
Yep, we have the same problem.
We also have the same issue.
Added a PR for this https://github.com/maciejmaciejewski/azure-pipelines-cucumber/pull/81
Hi,
I launch my jobs in parallel which produces several reports, divided by tab. My problem is that if there is too much work in parallel, I end up with tabs hidden by the report window.
Would it be possible to manage the window dynamically or/and to remove the result file generated (cucumber-result-XXXX) from the tab name?
Thanks