Apache SkyWalking Infra E2E

Clone this repo:
  1. 01b80d9 chore: Add new logs and support time format display (#136) by youjie23 · 12 days ago main
  2. d0b7768 feat: allow `times` to be <= 0 to simulate endless trigger (#134) by youjie23 · 3 weeks ago
  3. 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 weeks ago
  4. 4e51bfb stop the trigger when reach to the maximum retry count (#132) by youjie23 · 6 weeks ago
  5. 22b9ce1 Add actual data output when case failure (#131) by mrproliu · 8 weeks 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