mclay / azure-pipeline-allure-report

Other
5 stars 4 forks source link

tabName parameter is not used for name of the tab #15

Open ShikunovDmitry opened 8 months ago

ShikunovDmitry commented 8 months ago

Hello Michael! Thank you for your extension.

I faced an issue with using tabName parameter.

I passed a custom name in parameter, however it wasn't used for tab name

Here is how I use the task

  - task: PublishAllureReport@1
        displayName: 'Publish Allure Report ${{ parameters.activeProfile }} tab'
        inputs:
          reportDir: '${{ parameters.workingDirectory }}/build/reports/allure-report/allureReport'
          tabName: 'Test result ${{ parameters.activeProfile }}'

But it has "Allure Report" tab name in result. There are no any issues during report generation.

Thanks

abhishekkachroo commented 8 months ago

I am facing the same issue as well. tabName option is not working

shomrai commented 5 months ago

Same. Any workaround known?