Skip to content

Add ability to set custom runner from config #98

@burbokop

Description

@burbokop

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions