Apache SkyWalking Infra E2E

Clone this repo:
  1. 1485ae0 make linter happy (#125) by Hoshea Jiang · 6 months ago main v1.3.0
  2. 3d7bbc0 Update CHANGES.md (#124) by Hoshea Jiang · 6 months ago
  3. 2eae436 Add changes-1.3.0.md (#123) by Hoshea Jiang · 6 months ago
  4. 849ab99 Add a doc to introduce how to use e2e to test itself (#119) by Prince-Chen · 6 months ago
  5. 8dc634f Disable dependabot (#122) by kezhenxu94 · 7 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