https://github.com/apache/skywalking-infra-e2e
Apache SkyWalking Infra E2E
https://github.com/apache/skywalking-infra-e2e
cli e2e test tools
Last synced: about 1 year ago
JSON representation
Apache SkyWalking Infra E2E
- Host: GitHub
- URL: https://github.com/apache/skywalking-infra-e2e
- Owner: apache
- License: apache-2.0
- Created: 2020-12-27T13:45:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T07:47:40.000Z (over 1 year ago)
- Last Synced: 2025-04-03T04:17:07.013Z (about 1 year ago)
- Topics: cli, e2e, test, tools
- Language: Go
- Homepage: https://skywalking.apache.org/
- Size: 452 KB
- Stars: 50
- Watchers: 36
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
[](https://twitter.com/AsfSkyWalking)
## Documentation
- **[Official documentation](https://skywalking.apache.org/docs/#SkyWalkingInfraE2E).**
## GitHub Actions
To use skywalking-infra-e2e in GitHub Actions, add a step in your GitHub workflow.
```yaml
- 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](https://github.com/apache/skywalking-infra-e2e/blob/master/LICENSE)
## Contact Us
* Submit [an issue](https://github.com/apache/skywalking/issues/new) by using [INFRA] as title prefix.
* Mail list: **dev@skywalking.apache.org**. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mail list.
* Join `skywalking` channel at [Apache Slack](http://s.apache.org/slack-invite). If the link is not working, find the latest one at [Apache INFRA WIKI](https://cwiki.apache.org/confluence/display/INFRA/Slack+Guest+Invites).
* Twitter, [ASFSkyWalking](https://twitter.com/ASFSkyWalking)