Keep test cases up to date via the MobileBoost Test Agent or the API
Test cases in MobileBoost can be maintained in two ways: automatically through the MobileBoost Test Agent connected to your GitHub repository, or programmatically through the API.
The MobileBoost Test Agent is a GitHub App that connects to your repository. When pull requests are opened or updated, the agent analyzes the changes and automatically proposes updates to affected test cases. This keeps your tests in sync with your codebase without manual intervention.To get started, install the MobileBoost Test Agent GitHub App on your repository. See the Code generation guide for setup details.
As an alternative to the GitHub integration, you can manage test cases programmatically through the MobileBoost API. The API supports creating, updating, and deleting test cases, giving you full control over your test suite from your own tooling or scripts.See the API reference for the available endpoints.