Cannot read stacktrace of test errors
We currently have a main project with a bunch of libraries. The libraries contain unit tests itself and the main project has unit tests.
The gradlefx test task run with no problems for any library. If we test the main project, we're getting an error for each test.
The problem is that I currently cannot see any stacktrace of the error itself with any option (debug, verbose,stacktrace,...).
The tests are running in flash builder without any problem.
How could i debug the errors from flash player during gradlefx test task?
Thanks for any help in advance
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Yennick Trevels on Jul 16, 2015 @ 06:53 PM
aside from the Gradle log level (which you already tried to change) you can also change how verbose FlexUnit itself is. You can enable this with:
this might give you more info about what's going wrong