I want to know the total time of each individual test running in parallel.
Is there a way to get this automatically, using an API or something?
It looks like [GET /project/{project-slug}/job/{job-number}](https://circleci.com/docs/api/v2/index.html#tag/Job/operation/getJobDetails)
shows the total time to complete all the tests as duration
.