项目作者: apache

项目描述 :
Apache SkyWalking Infra E2E
高级语言: Go
项目地址: git://github.com/apache/skywalking-infra-e2e.git
创建时间: 2020-12-27T13:45:18Z
项目社区:https://github.com/apache/skywalking-infra-e2e

开源协议:Apache License 2.0

下载


SkyWalking Infra E2E

Sky Walking logo

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.

  1. - name: Run E2E Test
  2. uses: apache/skywalking-infra-e2e@main # always prefer to use a revision instead of `main`.
  3. with:
  4. e2e-file: e2e.yaml # need to run E2E file path

License

Apache License 2.0

Contact Us