Azure / Azure/load-testing

[Feature Request] Parametrize the test run name

Open
#42 0 comments 1 reaction 1 assignee Claimed by @ninallam View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.