Apache SkyWalking Infra E2E

Clone this repo:
  1. 8c21e43 Disable containerd for docker compose running in GHA (#140) by mrproliu · 11 days ago main
  2. d9a956d fix: upgrade kind to v0.27.0 for containerd v2.0 support and add E2E test (#138) by Hoshea · 5 weeks ago
  3. e7138da fix the wrong judgement when not all the range is including (#137) by mrproliu · 3 months ago
  4. 01b80d9 chore: Add new logs and support time format display (#136) by youjie23 · 4 months ago
  5. d0b7768 feat: allow `times` to be <= 0 to simulate endless trigger (#134) by youjie23 · 4 months ago

SkyWalking Infra E2E

SkyWalking Infra E2E is the next generation End-to-End Testing framework that aims to help developers to set up, debug, and verify E2E tests with ease. It’s built based on the lessons learnt from tens of hundreds of test cases in the SkyWalking main repo.

Twitter Follow

Documentation

GitHub Actions

To use skywalking-infra-e2e in GitHub Actions, add a step in your GitHub workflow.

- name: Run E2E Test
  uses: apache/skywalking-infra-e2e@main      # always prefer to use a revision instead of `main`.
  with:
    e2e-file: e2e.yaml                        # need to run E2E file path

License

Apache License 2.0

Contact Us