How to run "Update.with.tests" process in Automation-ops

Hi Community,
I’ve created a Test project and deployed it to Shared folder of orchestrator. I am trying to use Update.with.tests process of Automation ops pipelines whenever I commit the changes to GIT. But m getting the below error :

Can anyone please guide me what to do.

Thanks
Siddhi

hi @Palaniyappan @Anil_G @Yoichi @mukeshkala @supermanPunch @postwick

Can anyone please help me into this topic?

Thanks,
Siddhi

@siddhi

looks’ like some dependency or a file is missing

cheers

@Anil_G
I’m referring this doc
Automation Ops - UiPath Automation Ops - Pipelines

As you can see ,in Update.with.tests pipeline process, there’s one argument named OrchestratorTestingFolder. I’m getting error in this argument in Orchestrator.
Can you tell me what value should be there for this argument.

Thanks
siddhi

@siddhi

Check last argument here

The tests folder where they are

Cheers

@Anil_G
Yes, as per the document, my test cases used in the pipeline is present under the TestCase tab of Testing section under Shared folder as you can see in the attach.

But when I provide the Testingfolder name as Shared, it throws the error.
Then which folder name should I need to provide in this argument.

Regards,
siddhi

@siddhi

Did you give the required permissions for robot to access

cheers

@Anil_G

Yes, I did.
Actually, the pipeline is working successfully for the Process type. It is only failing for the Testing project at Run test stage.

Thanks.