[Feature Request] Parametrize the test run name

Open
#42 0 comments 1 reaction 1 assignee View on GitHub

@ninallam is already working on this.

Since Feb 22, 2023.

Assessment

This issue has not been assessed yet.

Description

enhancement

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 }}
Dominant language
TypeScript
Stars
20
Forks
27
Avg merge
6d 16h
Merged PRs (30d)
8

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/load-testing

All issues in Azure/load-testing

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.