Greg Tyler
02/13/2023, 8:57 AM--format RspecJunitFormatter --out /output/junit.xml
. When I do a verification against multiple consumers, I would hope this would create a single JUnit file of the combined results, but it seems to overwrite the file for each consumer, meaning in the end I only get the last-run consumer’s results. If any other consumers fail, I lose their JUnit output and can’t tell where the failure occurred. This results in failed pipelines without knowing what the error was.
Is it possible to either combine multiple consumer-runs into a single JUnit file? Or to output to a dir (--out-dir /output
) or multiple files (--out /outout/junit-{consumer}.xml
)?Matt (pactflow.io / pact-js / pact-go)
Beth (pactflow.io/Pact Broker/pact-ruby)
it seems to overwrite the file for each consumer, meaning in the end I only get the last-run consumer’s resultsthat’s a pain. Can you raise an issue in https://github.com/pact-foundation/pact-provider-verifier please
Greg Tyler
02/21/2023, 10:18 AMMatt (pactflow.io / pact-js / pact-go)