Support `hasPrefix` and `hasSuffix` string verifier (#83)

3 files changed
tree: b6533dde8d1900ae640e3d69a2a6e14192f955e0
  1. .github/
  2. changes/
  3. cmd/
  4. commands/
  5. dist/
  6. docs/
  7. examples/
  8. internal/
  9. test/
  10. third-party/
  11. .asf.yaml
  12. .gitignore
  13. .golangci.yml
  14. .licenserc.yaml
  15. action.yaml
  16. CHANGES.md
  17. Dockerfile
  18. go.mod
  19. go.sum
  20. LICENSE
  21. Makefile
  22. NOTICE
  23. README.md
README.md

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