Replies: 3 comments 6 replies
-
have you tried |
Beta Was this translation helpful? Give feedback.
-
@jhgihub0 - Thanks for your feature request! As mentioned by @cristiand391, adding the Result of
|
Beta Was this translation helpful? Give feedback.
-
Sorry, yes we do use "sf project deploy start" with --verbose We have a large jenkins framework that runs over 30+ Salesforce projects, and the project teams use Jenkins and the regular logs to view and monitor the jobs during deployments. If I change it over to --json, then Jenkins wont show anything until the runs are done, and will cause mass confusion. Having an option to display the information in the regular logs will be great if all possible in future releases. Thank you |
Beta Was this translation helpful? Give feedback.
-
With @salesforce/cli/2.73.9 or earlier, there does not seem to be a way to see which tests are running during a deployment.
For example, If I run:
sfdx force:source:deploy --target-org OrgAlias --wait 120 --testlevel 'RunLocalTests' --sourcepath ./force-app
It will deploy the tests output like this:
...
...
I would like to see which test is running, not just which number. A log when each test starts and stops would be great as well, if possible.
We have long running tests and we are having a hard time finding which ones are the problems.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions