Skip to content

Make testng errors visible #369

@tomg246

Description

@tomg246

Is your feature request related to a problem? Please describe.
When a TestNG error occurs during initialisation of a build on TAP, there is no error message and the build terminates sucessful without executing any tests

Describe the solution you'd like
testng error message in build log
Optional: build failed

Example for Reproduction
Add private final ResourceBundle b = ResourceBundle.getBundle("bundleDoesNotExist"); as class variable to a testclass and execute via gradle.
This results in a sucessful build where no tests are executed and without a proper error message

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions