salix-front/test/cypress/summary.sh

4 lines
158 B
Bash
Raw Normal View History

2025-02-28 06:28:02 +00:00
pnpm exec junit-merge --dir junit --out junit/junit-final.xml
pnpm exec xunit-viewer -r junit/junit-final.xml -o junit/report.html
xdg-open junit/report.html