Skip to content

Instantly share code, notes, and snippets.

@scips
Created November 28, 2017 15:27
Show Gist options
  • Save scips/c293db368649630e851694591d874939 to your computer and use it in GitHub Desktop.
Save scips/c293db368649630e851694591d874939 to your computer and use it in GitHub Desktop.
Get the slowest test case phpunit junit xml
xmllint --xpath '//testcase[@time>"0.1"]' test.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment