-
Notifications
You must be signed in to change notification settings - Fork 440
Closed
Description
When running recursive with junit formatter there are name conflicts with the reports that do not exist in other formats.
bats --recursive --formatter junit .
The report files are all created in one directory.
The files are named based on the bats file name, however ignore the path to the bats file.
If there is 2 test.bats
files in different directories there will only be one TestReport-test.bats.xml
reports file.
Also within the report file the path is not used in the class name.
Metadata
Metadata
Assignees
Labels
No labels