Azure / load-testing

Automate azure load test through github actions
MIT License
17 stars 18 forks source link

[Feature Request] Parametrize the test run name #42

Open tonybaloney opened 1 year ago

tonybaloney commented 1 year ago

When executing the action, it would be useful to set the name of the test run in GitHub Actions (e.g. to the commit hash or branch) instead of the YAML file.

     - name: 'Azure Load Testing'
        uses: azure/load-testing
        with:
          name: "${{ github.ref_name }} - ${{ github.run_number }} - ${{ github.sha }}"
          loadTestConfigFile: 'loadtest/smoketest.yaml'
          loadTestResource: ${{ env.AZURE_LOAD_TEST_NAME }}
          resourceGroup: ${{ env.AZURE_RESOURCE_GROUP_NAME }}