pkl icon indicating copy to clipboard operation
pkl copied to clipboard

Aggregate junit report into one file

Open gordonbondon opened this issue 8 months ago • 0 comments

Some systems require junit report to be in a single file. For example bazel https://bazel.build/reference/test-encyclopedia needs single file to be available in XML_OUTPUT_FILE path.

To avoid implementing junit aggregation in pkl wrappers in different places this PR instead adds a --junit-aggregate-reports flag to return all junit reports as a single file.

Additional flag --junit-aggregate-suite-name is added to allow overriding global test suite name from default pkl-tests

gordonbondon avatar Apr 29 '25 18:04 gordonbondon