Hi there,
I wonder if it would be possible to retrieve test execution result data (a master's aggregateReport) via BZM API. I would like to automate a flow here in my company and it would be something like:
1. Start a test execution (which I know that can be done via ->
/api/v4/projects/<PROJECT_ID>/tests)
2. Detect the test execution end (Which I think, could be done by monitoring the GET /masters/<MASTER_ID>/status)
3. Get the test execution results data
I'm struggling to find a way to get the test results information.
Does anyone have a clue about that?
Thanks in advance!