Skip to content

Enable running single tests with Gradle --tests flag#15517

Merged
matrei merged 1 commit into7.0.xfrom
matrei/uber-tests-build
Mar 19, 2026
Merged

Enable running single tests with Gradle --tests flag#15517
matrei merged 1 commit into7.0.xfrom
matrei/uber-tests-build

Conversation

@matrei
Copy link
Copy Markdown
Contributor

@matrei matrei commented Mar 19, 2026

In the grails-test-suite-uber project, the test task had dependsOn on the different isolated test tasks, which made it impossible to run just a single test. This PR releases this dependency by adding a testAll task to aggregate the different test tasks and this testAll task is in turn added as a dependency for check.

And some cleanup.

@testlens-app
Copy link
Copy Markdown

testlens-app bot commented Mar 19, 2026

✅ All tests passed ✅

🏷️ Commit: 8959380
▶️ Tests: 37371 executed
⚪️ Checks: 31/31 completed


Learn more about TestLens at testlens.app.

@matrei matrei requested a review from jdaugherty March 19, 2026 16:59
@matrei matrei merged commit b4ee9d9 into 7.0.x Mar 19, 2026
31 of 32 checks passed
@matrei matrei deleted the matrei/uber-tests-build branch March 19, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants