Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize Test Run Name #122

Open
sbellmercuryworks opened this issue Aug 12, 2024 · 5 comments
Open

Customize Test Run Name #122

sbellmercuryworks opened this issue Aug 12, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@sbellmercuryworks
Copy link

Is your feature request related to a problem? Please describe.
When looking through the list of test runs on the overview it is not clear which are tied to which run of CI or run manually. When not connected to the Microsoft Reporting feature the test run looks to follow a format of "TestRun#". When connected to Microsoft Reporting it uses the message of the last commit.

Describe the solution you'd like
I would like to pass in a custom name for a test run that will be displayed as the test run title on the overview page. This way we can use build Ids or a short name of the group of tests running and be able to quickly associate a test run to a CI run.

Describe alternatives you've considered
I have looked through the documentation to see if there is an existing feature like this but have not been able to find one at the test run level.

Additional context

Screenshot of current naming
image

@sbellmercuryworks sbellmercuryworks added the enhancement New feature or request label Aug 12, 2024
@vvs11
Copy link
Contributor

vvs11 commented Sep 2, 2024

Thanks @sbellmercuryworks for filing this request. This is currently in our backlog, and we will share an update as soon as possible.
Thank you for using the service. If you have any other feedback or feature asks, please share them with us.
We would like to understand more about your use-case and how we can improve the service experience for you. Would you be willing to get on a call with us? You can reach out at [email protected] and share your preferred time slot and I will send an invite.
Thanks

@angel-gutierrez-accumulus

@vvs11 any ETA for this feature? My company has been using this managed service in Azure since day 1 and would love to see this rolled out soon.

@vvs11
Copy link
Contributor

vvs11 commented Oct 18, 2024

@vvs11 any ETA for this feature? My company has been using this managed service in Azure since day 1 and would love to see this rolled out soon.

I don't have an ETA yet, but this is in our near-term roadmap. I will share an update as soon as possible

@manivelurajendran
Copy link
Member

@sbellmercuryworks Thank you for reaching out to us. We have recently added the capability to customise the test run name when using the reporting feature. Please give it a try and see if it meets your needs.

In parallel, we are also working on adding the capability to customise the test run name even when the reporting feature is not in use. We will keep you updated on our progress and let you know once this enhancement is available.

@Sid200026
Copy link
Member

To add a custom test run name, you can pass the runName parameter in the getServiceConfig as per below

getServiceConfig(config, {
    runName: "Typescript V1 - Sample Run", // Run name for the test run
}),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants