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

Add ability to set custom runner from config #98

Open
burbokop opened this issue Nov 2, 2021 · 0 comments
Open

Add ability to set custom runner from config #98

burbokop opened this issue Nov 2, 2021 · 0 comments

Comments

@burbokop
Copy link

burbokop commented Nov 2, 2021

javaExecHandleBuilder.setMain('org.scalatest.tools.Runner')

Here runner is hardcoded. I think it is properly to give user ablility setting custom runner from build.gradle like:

test {
    runner = 'me.myapp.tools.Runner'
}

And if user not specify runner use default scalatest runner.

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