Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make testng errors visible #369

Open
tomg246 opened this issue Nov 15, 2023 · 0 comments
Open

Make testng errors visible #369

tomg246 opened this issue Nov 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tomg246
Copy link

tomg246 commented Nov 15, 2023

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

@tomg246 tomg246 added the enhancement New feature or request label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant