https://github.com/kubeshop/tracetest-github-action
GitHub Action for running trace-based tests against Tracetest with our CI/CD pipeline
https://github.com/kubeshop/tracetest-github-action
Last synced: 15 days ago
JSON representation
GitHub Action for running trace-based tests against Tracetest with our CI/CD pipeline
- Host: GitHub
- URL: https://github.com/kubeshop/tracetest-github-action
- Owner: kubeshop
- Created: 2023-12-04T14:10:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T00:18:24.000Z (about 1 year ago)
- Last Synced: 2025-04-13T09:17:59.044Z (15 days ago)
- Size: 26.4 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubeshop/tracetest-github-action
> [GitHub Action](https://docs.github.com/en/actions) for running [Tracetest Agent](https://docs.tracetest.io/getting-started/installation#install-the-tracetest-agent) and/or [Tracetest CLI](https://docs.tracetest.io/getting-started/open#trigger-1) to run trace-based tests against [Tracetest](https://tracetest.io/).
Placing `use: kubeshop/tracetest-github-action@v1` into a GitHub Action workflow gives you a simple way to run Tracetest CLI and/or Tracetest Agent by installing and configuring the tools.
You then proceed to run Tracetest trace-based tests.
You can run this action in four different ways, as seen on [examples](./examples/) folder:
- [Running Trace-based tests using Tracetest Agent and CLI with Tracetest.io](./examples/tracetest-cli-and-agent-with-tracetest-io/)
- [Running Trace-based tests using Tracetest CLI and Tracetest Core](./examples/tracetest-cli-with-tracetest-core/)
- [Running Trace-based tests using Tracetest CLI with Tracetest.io](./examples/tracetest-cli-with-tracetest-io/)
- [Running Trace-based tests using Tracetest CLI with custom config on Tracetest.io](./examples/tracetest-cli-using-custom-config/)