Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Slowest test report

Florent Biville edited this page Dec 27, 2017 · 1 revision

Just run:

grep -h "<testcase" `find . -iname "TEST-*.xml"` | sed 's/<testcase name="\(.*\)" classname="\(.*\)" time="\(.*\)".*/\3 \2.\1/' | sort -rn | head
Clone this wiki locally