Cannot read stacktrace of test errors

tinod's Avatar

tinod

Jul 16, 2015 @ 12:09 PM

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

  1. Support Staff 1 Posted by Yennick Trevels on Jul 16, 2015 @ 06:53 PM

    Yennick Trevels's Avatar

    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:

    flexUnit {
        verbose = 'true'
    }
    

    this might give you more info about what's going wrong

Reply to this discussion

Internal reply

        No formatting (switch to Markdown)

          You can attach files up to 10MB

          If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

            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