run-e2e
Installation
SKILL.md
Run SkyWalking E2E Test
Run an E2E test case using skywalking-infra-e2e. The user provides a test case path (e.g., simple/jdk, storage/banyandb, alarm).
Prerequisites
All tools require Go installed. Check .github/workflows/ for the exact e2e commit used in CI.
e2e CLI
Built from apache/skywalking-infra-e2e, pinned by commit in CI:
# Install the pinned commit
go install github.com/apache/skywalking-infra-e2e/cmd/e2e@<commit-id>