Can any one suggest me is there any way see test reporter activity in windows based projects? I would like to see Ui test execution results for corresponding testcases

Note: I saw test reporter packages in windows-legacy projects.
@Anil_G Is there any packages available in UI path as i mentioned above.

1 Like

@Sreeraj_Nandakumar

I believe there is no readily available component for Windows projects as of now…

But you can use the orchestrator api’s to get the required details and create a report your self…Please try exploring the swagger on how to send the requests and get the required data

https://docs.uipath.com/orchestrator/v0/reference/authorizing-api-calls-in-swagger

<Orchestratorurl>/swagger/index.html#

This will give you the swagger file to check

Hope this helps

cheers

1 Like

Let me try this

1 Like