maciejmaciejewski / azure-pipelines-cucumber

MIT License
19 stars 19 forks source link

report tabs are hidden if too many #76

Open Cefulgard opened 1 year ago

Cefulgard commented 1 year ago

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.

image

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

ymouhat commented 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 image

poorSock commented 1 year ago

Yep, we have the same problem.

kyogitq commented 1 year ago

We also have the same issue.

vishnu93tr commented 1 year ago

Added a PR for this https://github.com/maciejmaciejewski/azure-pipelines-cucumber/pull/81