Test Plans are collections of test cases that you want to run together regularly. This feature provides flexibility in running tests through multiple methods: API triggers, scheduled runs, or manual execution through the UI.Test plans help streamline your testing process by:
You can automate test execution by integrating Test Plans with your GitHub workflows. This integration allows you to:Trigger tests automatically after deployments
Run tests on pull requests
Execute tests on any GitHub eventRead more how to setup Github Actions.
Test Plans can be triggered programmatically through the API. For detailed information about available endpoints and parameters, refer to the API reference documentation.