telekom / testerra

Testerra is an integrated framework for automating tests for (web) applications.
https://docs.testerra.io/
Apache License 2.0
27 stars 15 forks source link

Make testng errors visible #369

Open tomg246 opened 11 months ago

tomg246 commented 11 months ago

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