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

Ability to select multiple test frameworks for a test suite #21300

Open
Vampire opened this issue Jul 20, 2022 · 2 comments
Open

Ability to select multiple test frameworks for a test suite #21300

Vampire opened this issue Jul 20, 2022 · 2 comments
Labels
a:feature A new functionality in:testing

Comments

@Vampire
Copy link
Contributor

Vampire commented Jul 20, 2022

In Gradle 7.5 you can only select one test framework using the API and would have to setup other frameworks manually.
It would be nice if you for example could call useJUnitJupiter() and useSpock() and then have both frameworks available directly.

@Vampire Vampire added a:feature A new functionality to-triage labels Jul 20, 2022
@tresat
Copy link
Member

tresat commented Mar 28, 2023

@ghale - Do you think we should close this? It doesn't seem like something we plan on supporting.

@big-guy
Copy link
Member

big-guy commented Jun 23, 2023

So other people can see it, this is something we're actively planning/discussing in a slightly different form:
https://docs.google.com/document/d/1jH3pdRxx-fnvFiq6evVdRHCGEfcWgOjfvCiSUWfCzQM/edit

We want to support a test suite having multiple test engines (on the JUnit platform).

We do not want to support mixing entirely different testing frameworks (e.g., testng + junit4) that do not run on the JUnit platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature A new functionality in:testing
Projects
None yet
Development

No branches or pull requests

4 participants