robmoore-i/helm-test-java: A Java library and Gradle plugin for writing Helm chart tests
github.com·22h·
Discuss: Hacker News
Helm
Preview
Report Post

Helm Test Java

A library for writing automated tests for Helm charts, so that you can have a great developer experience while working on them. There is a companion Gradle plugin to manage the Helm toolchain you use for tests.

Setup

Using Gradle

Below gives the copy & pastable Kotlin Gradle code.

With the java plugin

plugins {
java
`jvm-test-suite`
id("com.rrmoore.gradle.helm-test-java") version "1.0"
}

helmToolchain {
helmVersion = "3.19.4"
}

dependencies {
testImplementation("com.rrmoore:helm-test-java:1.2")
}

With the jvm-test-suite plugin

plugins {
java
`jvm-test-suite`
id("com.rrmoore.gradle.helm-test-java") version "1.0"
}

helmToolchain {
helmVersion = "3.19.4"
}

testing {
suites {
named<JvmTestSuite>("test") {
dependencies {
implem...

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help