I have a bamboo plan and have Junit Parser as one of the tasks for its run.
My tests generate multiple test results and they are all placed in the same directory. For example I have these under the working sub directory:
- tests/foo.xml
- tests/foolib.xml
- tests/fooutil.xml
In the JUnit Parser, I put test/* for the custom results directories. When I run, I only get results from the last file, which is fooutil.xml. Is this expected? Does bamboo only pick up one test results file per directory?
This is bamboo 3.3.2 build 2718.
Thanks