TestOps - report-uploader how to specify test run name

Hello,

I am using katalon-studio/report-uploader: Katalon Report Uploader to upload Katalon test results into Katalon TestOps

I am trying to specify test run name, does anyone know what argument/parameter should I pass?

I tried TEST_RUN_TITLE but it did not work, test run continues to be ‘Untitled test run #’

upload-report:
    runs-on: ubuntu-latest
    needs: run-tests
    if: always() && inputs.uploadReport == true
    steps:
      - name: Download Test Reports
        uses: actions/download-artifact@v4
        with:
          name: katalon-test-reports
          path: Reports/

      - name: Upload Report to Katalon TestOps
        uses: katalon-studio/report-uploader@v0.0.8
        env:
          PASSWORD: ${{ secrets.KATALON_API_KEY }}  # Store this as a secret
          PROJECT_ID: xxxx
          TYPE: katalon
          REPORT_PATH: Reports/
          TEST_RUN_TITLE: "Sample test run here!"
1 Like

Hi @mateusz.mysliwiec,

Thank you for sharing your issue. I will ask my team and let you know soon

1 Like

Hi @Elly_Tran may I kindly ask if you had a chance to discuss that with your team? Kind regards.

Hi @mateusz.mysliwiec,

Sorry for my late response. I received the update that our team has planned to change it in the future release. Hope this can help you well

Thank you @Elly_Tran - may I know if there is any roadmap where we can track to see when we can expect that to be supported? Kind regards.

Hi @mateusz.mysliwiec,

The plan for this fix is v10.2.1. ETA is still not defined yet. I will keep you updated on this if anything new. Thank you