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

Print list of tests before execution #91

Closed
cj-darius-lapunas opened this issue Oct 18, 2018 · 2 comments
Closed

Print list of tests before execution #91

cj-darius-lapunas opened this issue Oct 18, 2018 · 2 comments

Comments

@cj-darius-lapunas
Copy link

Not sure if this is possible with JUnit, but I'd like to see the list of tests before they're run. I have some long test suites and knowing that the tests I want to execute will be executed is very much useful to me.

@radarsh
Copy link
Owner

radarsh commented Oct 18, 2018

I think it's unlikely that Gradle has this capability. It's all event driven and this plugin just registers itself as a listener of those events. But let me check to be sure.

@radarsh
Copy link
Owner

radarsh commented Oct 29, 2018

Unfortunately there's nothing this plugin can do about this as Gradle doesn't yet have an option to list the tests before actually running them. Also see gradle/gradle#2129

@radarsh radarsh closed this as completed Oct 29, 2018
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

2 participants