Skip to content

[Feature Request] Parametrize the test run nameΒ #42

@tonybaloney

Description

@tonybaloney

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 }}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions