Run Reporting #5954
jonathanmorley
started this conversation in
Ideas
Run Reporting
#5954
Replies: 1 comment
-
I don't have objections. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We run
pnpm -r <script name>
in our CI runner. While we can time the execution of this command running for in the CI runner, we do not get any visibility in the per-package time taken to run the script.Another aspect is that if the execution fails during execution, we do not get visibility into 1) the package that failed, 2) the packages that succeeded, 3) the packages that were cancelled, or 4) the packages that were never started
I would like to propose an argument to
pnpm run
, something like--report=report.json
, which would output a json file after execution (including failures) with syntax like:Beta Was this translation helpful? Give feedback.
All reactions