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

Introduce support for selecting URIs in ConsoleLauncher and Gradle plugin #470

Closed
2 tasks done
sbrannen opened this issue Aug 17, 2016 · 4 comments
Closed
2 tasks done

Comments

@sbrannen
Copy link
Member

sbrannen commented Aug 17, 2016

Overview

This issue builds on the work performed in #469.

Related Issues

Deliverables

  • Introduce support for selecting URIs in ConsoleLauncher via -u and --select-uri options
  • Introduce support for selecting URIs in the JUnit Platform Gradle plugin
@marcphilipp
Copy link
Member

in progress

@marcphilipp
Copy link
Member

This issue is blocked until we've defined the syntax to be used by the Gradle plugin.

@marcphilipp
Copy link
Member

Team decision wrt. the Gradle syntax:

junitPlatform {
    selectors {
        uris 'file:///foo.txt', 'http://example.com'
        packages 'com.acme.app', 'foo.bar'
        classes 'com.acme.AllTests'
        methods 'test1()'
        directories 'foo/bar', 'foo/baz'
        files 'a.csv'
        classpathResources 'some.jar'
    }
}

@marcphilipp
Copy link
Member

I'll continue to work on this issue.

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

No branches or pull requests

2 participants