e2e/

directory
v0.8.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2025 License: MPL-2.0

README

E2E tests

Prerequisites

Make sure you have ginkgo installed on your local machine:

go get github.com/onsi/ginkgo/ginkgo

To build the binaries locally use the following command from this directory

BUILDDIR=bin SRCDIR=".." ../hack/build-e2e.sh

Kubernetes Tests Setup

For tests that require Kubernetes (labeled with up-kubernetes or build), you need to set up a kind cluster:

kind create cluster --image kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a

To delete the cluster after testing:

kind delete cluster

Run all E2E test

# Install ginkgo and run in this directory
ginkgo

Directories

Path Synopsis
tests
ide
ssh
up

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL