[Feature Request] Parametrize the test run name
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 27
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
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.
```yaml
- 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 }}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.