Apache SkyWalking Infra E2E

Clone this repo:
  1. 0d91769 fix: disable Ryuk reaper when cleanup.on is never (#147) by 吴晟 Wu Sheng · 6 days ago main
  2. 530f997 feat: migrate to testcontainers-go v0.42.0 and upgrade dependencies (#146) by 吴晟 Wu Sheng · 8 days ago
  3. ef073ad feat: add noDuplicates pipe function for duplicate data verification (#145) by 吴晟 Wu Sheng · 9 days ago
  4. 5b62886 chore: upgrade Go from 1.24 to 1.26 (#144) by 吴晟 Wu Sheng · 9 days ago
  5. b2a6639 fix: enforce distinct matching in contains and add containsOnce with backtracking (#143) by 吴晟 Wu Sheng · 10 days 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