gradle-integration-test-plugin icon indicating copy to clipboard operation
gradle-integration-test-plugin copied to clipboard

Gradle plugin with integrationTest task

Results 14 gradle-integration-test-plugin issues
Sort by recently updated
recently updated
newest added

Bumps org.jlleitschuh.gradle.ktlint from 11.6.1 to 12.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jlleitschuh.gradle.ktlint&package-manager=gradle&previous-version=11.6.1&new-version=12.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
build
java

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

dependencies
github_actions
ci

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 3. Release notes Sourced from gradle/wrapper-validation-action's releases. v2.1.3 What's Changed Update various NPM dependencies Update wrapper checksums to include Gradle 8.7 Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3 v2.1.2...

dependencies
github_actions
ci

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.10. Release notes Sourced from jvm's releases. Kotlin 2.0.10 2.0.10 Apple Ecosystem KT-68257 Xcode incorrectly reuses embedAndSign framework when moving to and from 2.0.0 Compiler...

dependencies
build
java

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.10. Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.0.10 2.0.10 Apple Ecosystem KT-68257 Xcode incorrectly reuses embedAndSign framework when moving to and from 2.0.0 Compiler...

dependencies
build
java

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.2.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.2.0 What's Changed Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by @​dependabot in dependabot/fetch-metadata#523 Bump actions/create-github-app-token from 1.10.0 to...

dependencies
github_actions
ci

## Changes Issues: #26 #126 #127 Migrates the plugin to [JvmTestSuites](https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html#configure_dependencies_of_a_test_suite_to_reference_project_outputs), benefits: - integration test source dir is automatically marked as test sources by IntelliJ - internal objects/classes/fields from main...

ci
source
gradle

Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. Release notes Sourced from gradle/actions's releases. v4.0.0 Final release of v4.0.0 of the setup-gradle, dependency-submission and wrapper-validation actions provided under gradle/actions. This release is...

dependencies
github_actions

## Changes Jacoco reports cover "test" srcset by default, but they miss `integrationTest` srcset when using this plugin ;) ## Checklist - [x] I have tested that there is no...

build
source

Since there is a known workaround for marking the integration directory as a test source with kotlin internal classes working (without explicitly using the idea plugin), maybe it's time to...