Skip to content

Instantly share code, notes, and snippets.

@noahm
Created August 10, 2018 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahm/645d1f8d2a196e918c3948c7366fc18a to your computer and use it in GitHub Desktop.
Save noahm/645d1f8d2a196e918c3948c7366fc18a to your computer and use it in GitHub Desktop.
Get failing test files
yarn test --json --outputFile=testResult.json
jq -r ".testResults | map(select(.status == \"failed\"))[].name" testResult.json | sort | colrm 1 `pwd | wc -c`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment