Hello,
I would like to know if there is a way to get executed agent on running tests.
Thank you
You can get the state of the agent via API TestProject API v2. If you already have the job ID, you can do a GET request on /v2/projects/{projectId}/jobs/{jobId}/agent to return the agent id and then hit /v2/agents/{agentId}/state to get it’s current state