Github Actions | Tracetest Integration

GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their code. It is based on the popular git repository model.

What do Github Actions do?

GitHub Actions are a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.

How does Tracetest work with Github Actions?

Tracetest provides a custom Github Action that makes running the Tracetest Agent and Tracetest CLI from a Github Action much easier. This makes it simple to take Tracetest tests or test suites you have written and deploy them into your Github Actions based CI/CD flows.

How do I get started using Tracetest with Github?

The custom Tracetest Github Action is located at https://github.com/marketplace/actions/tracetest-github-action. It contains an example folder showing how to connect to Tracetest via the Tracetest Agent, as well as how to run the Tracetest CLI to execute tests.

Links: