Closed pisix closed 3 months ago
Make sure you upgrade to the latest version of bruno (npm update -g @usebruno/cli
if you've already installed, npm install -g @usebruno/cli
if a new install). You should be able to use the --format
flag in the cli:
bru run --output results.xml --format junit
bru run --help # to see more options
confirm that bru --version
is > 1.3.0 if you're still not seeing the junit format option
I have closed this issue as resolved!
Discussed in https://github.com/usebruno/bruno/discussions/1068