Listing all failed projects? #11932
Replies: 4 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.
-
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.
-
Is there a solution to this yet 🙂? I'm migrating to eslint flat config, and I have to re-run my complete linting suite every time I've fixed five libraries out of hundreds of failing targets. It takes roughly 25 minutes every time, I've been at it for days ☠️. |
Beta Was this translation helpful? Give feedback.
-
Is there any way to get the output of |
Beta Was this translation helpful? Give feedback.
-
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