We have a monorepo with a nested folder structure. We would like to report on test results in a format that mimics our folder structure.
We have setup our junit style test results in the following folder structure:
/test-results/
--/apps/
----/app1/
------ junit.xml
----/app2/
------ junit.xml
--/libs/
----/lib1/
------ junit.xml
----/lib2/
------ junit.xml
When the test results are displayed, we only get 1 level deep of detail in the test summary, see screenshot.
It would be great to be able to differentiate multiple levels down in the tree, so each subfolder gets its own section in the test summary.