Skip to content
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

Closed
julesx opened this issue Jul 18, 2018 · 4 comments
Closed

test result log just shows a blank editor window #17

julesx opened this issue Jul 18, 2018 · 4 comments

Comments

@julesx
Copy link

julesx commented Jul 18, 2018

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?

@daishi4u
Copy link
Owner

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.

@julesx
Copy link
Author

julesx commented Jul 18, 2018

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

@daishi4u
Copy link
Owner

Version 3.5.3 should solve this problem

@julesx
Copy link
Author

julesx commented Jul 19, 2018

works great 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants