Remove manifest only could apply default namesapce resource (#63)

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