For the complete documentation index, see llms.txt. This page is also available as Markdown.

GitHub Actions

Integrating with Github Actions

You can integrate Harness AI Test Automation with your CI/CD pipeline using GitHub Actions or CLI.

Github Actions

Repo: https://github.com/relicx-ai/relicx-githubaction

    uses: relicx-ai/relicx-githubaction@v1.2
    with:
      username: ${{ secrets.USERNAME }}
      password: ${{ secrets.PASSWORD }}
      app_id: <app_id>
      command: run_test_suite
      test_suite_id:<test_suite_id? 
      environment_id: <env_id>
      wait: false

To generate the Github Actions code navigate to Settings -> Integrations -> CI/CD

Last updated

Was this helpful?