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

Test results pane doesn't launch when executing a root project task that depends subproject test task(s) #390

Open
tcfurrer opened this issue Jun 5, 2018 · 1 comment

Comments

@tcfurrer
Copy link

tcfurrer commented Jun 5, 2018

I tried to set up the "test" task in my root project build scripts to depend on all subprojects test tasks, so that executing "test" on the root project in netbeans would execute all tests in all subprojects. This works fine, except that the test results pane doesn't launch when tests have completed.

Expectation is that when executing any subproject test task even just to satisfy dependencies of a root project task, the test results pane should still launch afterward, on every subproject whose test task executed.

Is this possible?

If not, I guess I can approximate it by generating HTML reports and automatically launching the default browser on them, but it would be better to have results available in the netbeans test results pane.

@tcfurrer
Copy link
Author

tcfurrer commented Jun 5, 2018

In case it matters, I'm using:

gradle 4.8
netbeans 8.2
junit 5.2.0
gradle plugin 1.4.3
on both windows and linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant