Apache SkyWalking Infra E2E

Clone this repo:
  1. 2b3aa53 Leverage the built-in cache in setup-go@v4 (#109) by kezhenxu94 · 10 weeks ago main
  2. a21e388 Bump up GHA to avoid too many warnings (#108) by kezhenxu94 · 10 weeks ago
  3. c1558db Automatically pull images before loading into KinD (#104) by ethan256 · 3 months ago
  4. 6169f67 Revert "Automatically pull images before loading into KinD (#10397) (#101)" (#103) by 吴晟 Wu Sheng · 4 months ago
  5. f13a7e4 Automatically pull images before loading into KinD (#10397) (#101) by ethan256 · 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