Apache SkyWalking Infra E2E

Clone this repo:
  1. 7e4b5b6 build(deps): bump up go and remove changelog (#130) by kezhenxu94 · 4 weeks ago main
  2. 5217e1c Support importing external variables in the `setup.init-system-environment` file (#129) by mrproliu · 6 months ago
  3. cf589b4 Install docker-compose if absent (#128) by kezhenxu94 · 10 months ago
  4. 7f6b0da Adding `setup.kind.no-wait` configuration (#127) by mrproliu · 11 months ago
  5. 616a7d4 Fix kind load docker-image error (#126) by Starry · 1 year, 1 month 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