Replies: 3 comments 3 replies
-
@dschach I completely agree. It has always annoyed me that I have to scroll up to the top of the output when I run tests. I was able to make this change here: forcedotcom/salesforcedx-apex#377 Someone from Salesforce can let us know if there are considerations that we haven't though of, since this code is in the apex node library. |
Beta Was this translation helpful? Give feedback.
-
IMO, this feature suggestion only addresses a narrow portion of what's problematic with the human-readable output form apex:test:execute -- forcedotcom/salesforcedx-apex#243 has gone without love for a few years now -- I don't see any good reason why thousands of lines of "PASSING" test output should be displayed |
Beta Was this translation helpful? Give feedback.
-
@dschach This has actually been done now for a couple releases. The latest version of the cli will now display the test result summary at the bottom of the output when running The other topics mentioned are pending a PR merge (salesforcecli/plugin-apex#504) and are being tracked in this issue: forcedotcom/salesforcedx-apex#243 So we're probably free to close this post 🚀 |
Beta Was this translation helpful? Give feedback.
-
As a developer, I want to know easily if ANY of my Apex tests fail when running tests via the VSCode command palette so that I can quickly decide how to proceed.
Current Output
THe three sections (top to bottom) when invoking Apex tests from the command palette in VSCode:
This means that I have no quick way to find if the overall outcome is Passed/Failed without a lot of scrolling.
Suggested Output
Because the output is in a terminal window, the most important information should be at the BOTTOM so there is no need to scroll up.
TOP: List All Tests
MIDDLE: Apex Code Coverage by Class
BOTTOM (can be seen without scrolling): Test Summary
Beta Was this translation helpful? Give feedback.
All reactions