-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test result log just shows a blank editor window #17
Comments
You can set the debug level in the force.json options. By default it only shows debug and fatal errors. If the test fails, a notification will popup, otherwise it will say all tests passed where it has your username on the status bar. |
ok i see that now. i sort of feel like both success and fail should display the same way. the timer on the test passing is a bit short; a notification you are forced to dismiss would be better. especially since tests can take a few minutes and it's easy to look away. or maybe force the output pane to display the force code output |
Version 3.5.3 should solve this problem |
works great 👍 |
when i run a test via vs code, a pane appears with the .log file but it is empty
3.5.2
update: i notice now that the success/fail message goes to the output pane, but only if you have ForceCode selected from the associated dropdown. it'd probably be nice if there was something more obvious telling you if it passed/failed. i was expecting the .log file to show that information, but i guess that file only shows actual debug writes?
The text was updated successfully, but these errors were encountered: