zap-to-junit Convert ZAP to JUnit Install yarn add [--global] zap-to-junit Example cat test-results.xml | zap-to-junit const zapToJunit = require('zap-to-junit'); process.stdin .pipe(zapToJunit.stream()) .pipe(process.stdout); zapToJunit('zap output'); // "junit output"