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

Update CLI Integration Tests to use JVM Test Suites #3580

Merged
merged 10 commits into from
May 7, 2024
Prev Previous commit
Next Next commit
add ticket to TODO
  • Loading branch information
adam-enko committed Apr 24, 2024
commit 5b06e076bcd05a9817faee01c793551f7f8ebaaf
2 changes: 1 addition & 1 deletion dokka-integration-tests/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 271,7 @@ val testAllExternalProjects by tasks.registering {

val integrationTest by tasks.registering {
description = "Lifecycle task for running integration tests"
// TODO - Refactor Maven and CLI integration tests to use Test Suites
// TODO KT-64200 - Refactor Maven and CLI integration tests to use Test Suites
// - Reimplement dokkabuild.test-integration.gradle.kts so that `integrationTest` is defined once there
dependsOn(tasks.withType<Test>()) // all tests in this project are integration tests
}
Expand Down