Skip to content

Commit bca9c92

Browse files
authored
Merge pull request #5427 from camilamacedo86/helm-tests
🌱 test(e2e): centralize test helpers and optimize test execution
2 parents 124673c + c943742 commit bca9c92

File tree

8 files changed

+1508
-2066
lines changed

8 files changed

+1508
-2066
lines changed

pkg/plugins/optional/helm/v2alpha/scaffolds/chart_generation_integration_test.go

Lines changed: 676 additions & 0 deletions
Large diffs are not rendered by default.

test/e2e/helm/generate_test.go

Lines changed: 0 additions & 490 deletions
This file was deleted.

test/e2e/helm/plugin_cluster_test.go

Lines changed: 51 additions & 965 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package v4
17+
package helpers
1818

1919
import (
2020
"fmt"
2121
"os"
2222
"path/filepath"
2323
"strings"
2424

25-
. "github.com/onsi/ginkgo/v2"
26-
. "github.com/onsi/gomega"
25+
. "github.com/onsi/ginkgo/v2" //nolint:staticcheck
26+
. "github.com/onsi/gomega" //nolint:staticcheck
2727

2828
pluginutil "sigs.k8s.io/kubebuilder/v4/pkg/plugin/util"
2929
"sigs.k8s.io/kubebuilder/v4/test/e2e/utils"

0 commit comments

Comments
 (0)