Running Tests
Run tests on your local computer, sandbox, or on hosted runners.
Last updated
Was this helpful?
Run tests on your local computer, sandbox, or on hosted runners.
Last updated
Was this helpful?
Use run or /run or testdriverai run [file] to invoke this mode. In this mode, the agent executes the commands found in the supplied file.
Any missing text element, image, failing assertion, command timeout, or exception will cause the regression agent cause the program to exit with code 1
.
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.
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.
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.
TestDriver can automatically generate and run test cases across multiple environments, providing detailed feedback on test coverage and potential issues.
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.