Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork77
Open
Description
Did you check the docs?
- I have read all the docs
Is your feature request related to a problem? Please describe.
Currently when you run a test method or class you don't see the java command that was used to run it.
It'd be useful to see the full command, especially the classpath that was used to run the test.
Describe the solution you'd like
On the first line of the test log buffer you should see the full java command that was executed to run the test.
Describe alternatives you've considered
Execute the test via command manually.
Additional context
No response