Don't include gron in this PR

mochawesome
John McLear 2021-01-30 07:33:53 +00:00
parent f280a6fc8a
commit f999452df5
1 changed files with 0 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# Requires gron
for file in src/mochawesome-report/mochawesome*.json; do gron $file; done | grep -F 'results[' | grep -F 'tests[' | grep -E '(fullTitle|duration)' | sed -r 's/.*= //' | sed -r 's/[;"]//g' | paste -d '$' - - | awk -F'$' '{if ($1 > durations[$2]) durations[$2] = $1} END{for (i in durations) print durations[i], i}' | sed 's/^[^0-9].*/0 \0/'