Skip to content

Latest commit

History

History
30 lines (17 loc) 路 1.33 KB

overview.md

File metadata and controls

30 lines (17 loc) 路 1.33 KB

CI/CD Automation

This section contains a general overview of running Tracetest in CI/CD pipelines.

You can find guides for:

:::note If you want to see more examples with other CI/CD tools, let us know by opening an issue in GitHub! :::

Tracetest is designed to work with all CI/CD platforms and automation tools. To enable Tracetest to run in CI/CD environments, make sure to install the Tracetest CLI and configure it to access your Tracetest server.

You can also directly execute the Tracetest CLI from a Docker image rather than installing the CLI on your local machine. This can be convenient when you wish to execute the CLI in a CI/CD environment.

How to Use:

docker run --rm -it -v$(pwd):$(pwd) -w $(pwd) --entrypoint tracetest kubeshop/tracetest:latest -s http://host.docker.internal:11633/ test run  --definition <file-path> --wait-for-result

To read more about integrating Tracetest with CI/CD tools, check out tutorials in our blog: