Anyone can be help me to write a yaml file connect with Uipath orchestrator and test manager

Requirement :- I have one test set and inside it only 1 TC assume but these 1 TC are run on 4 different environment that’s we change through orchestrator assets so we link orchestrator through yaml coding like cicd GitHub and then through this assets run the test set and through it we have a generate a report and send it out on mails but subject clearly mention through assets name what we give and also create a failed TC report also not detailed so only in short this Tc failed due to some reason something , can anyone help me working on this task

Hi @SAURAV_GIRI
I think you can use one test case and switch environments using orchestrator assets inside your yaml pipeline…after each run, read the asset value and set the email subject as that environment name.generate test report using create test execution report and filter only failed tests to build a short “tc failed due to error” summary.
send the mail with the report and asset‑based subject in the same pipeline.

happy automation