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