When the test reports are loaded it should use the directory set by API
MatousJobanek opened this issue · 0 comments
MatousJobanek commented
Issue Overview
Currently, the InProjectTestReportLoader
uses the current directory the build is running in Paths.get(".")
for loading test report files. It should use that one set by API, otherwise, it is not possible to use the API from a different directory.