Listing all failed projects? #11932
tstackhouse
started this conversation in
General
Replies: 2 comments 1 reply
-
This would be useful in our project too: we have a CI workflow where after running a |
Beta Was this translation helpful? Give feedback.
1 reply
-
The variable controlling how many Failed projects to print is located here https://github.com/nrwl/nx/blob/529ab9455ccb100e4518cd3884e284e7409629e9/packages/nx/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.ts#L381C13-L381C29
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on migrating to Nx 14, and with the new output format and the removal of
--only-failed
, I don't have a way to see all the failed tasks without rerunning my entire test suite from time to time as I'm working through fixing the failures from the upgrade. Combined with the issues from jest/angular esm slowing down the test running it's really slowed down my workflow.Is there a way to use
print-affected
or something to list all the failed projects? Having a list of 5 followed by...and XX more...
after I run my tests isn't the most helpful.Beta Was this translation helpful? Give feedback.
All reactions