GitHub Actions
Run tests on your local computer, sandbox, or on hosted runners.
Running in CI/CD
CI/CD pipelines enhances software quality and release velocity. Adding TestDriver to your CI/CD, you can catch defects early, prevent regressions, and gain rapid feedback on code changes.
Our GitHub Action Setup allows you to run the tests you designed on your local computer in a virtual machine as part of your CI/CD workflow.

The TestDriver GitHub action will execute tests when you mention it in a comment, on a schedule, or anywhere else in your CI/CD workflow.
Continuous Integration
TestDriver can be integrated with GitHub Actions to automatically run tests whenever code is pushed to a repository. This ensures that new changes do not break existing functionality.
Automated Code Reviews
TestDriver can be configured to run specific test suites when a pull request is created. This ensures that any code changes meet the project's quality standards before being merged.
Increased Test Coverage
TestDriver can automatically generate and run test cases across multiple environments, providing detailed feedback on test coverage and potential issues.
Improved Developer Experience
Developers get immediate feedback on the success or failure of their changes within the pull request itself, reducing the time spent on manual code reviews.
Last updated
Was this helpful?