Apache SkyWalking Infra E2E

Clone this repo:
  1. d9a956d fix: upgrade kind to v0.27.0 for containerd v2.0 support and add E2E test (#138) by Hoshea · 10 days ago main
  2. e7138da fix the wrong judgement when not all the range is including (#137) by mrproliu · 9 weeks ago
  3. 01b80d9 chore: Add new logs and support time format display (#136) by youjie23 · 3 months ago
  4. d0b7768 feat: allow `times` to be <= 0 to simulate endless trigger (#134) by youjie23 · 3 months ago
  5. 04c668d [BUG] Fix the e2e test ​​being blocked​​ by the cleanup step when the verify step takes longer than the trigger step (#133) 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