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

Unable to run single integration test #127

Open
Kylar42 opened this issue Oct 7, 2022 · 1 comment
Open

Unable to run single integration test #127

Kylar42 opened this issue Oct 7, 2022 · 1 comment

Comments

@Kylar42
Copy link

Kylar42 commented Oct 7, 2022

when using unbroken dome to include an integrationTest sourceSet, I can run a single unit test like so:

gradle myserver:test --tests com.foo.TestClass.singleTestABC

But if I try to do the same thing with an integration source set:

/gradle myserver:integrationTest --tests com.foo.IntTestClass.singleTestDEF

Instead of running the single test, it runs the entire IntTestClass, and all of the tests inside it.

@Kylar42
Copy link
Author

Kylar42 commented Oct 12, 2022

As an update: I've been using the JUnit4 Vintage engine. I migrated to JUnit5 engine and this now works.

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