You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: