Test definitions
There are two ways to create tests:Natural language
Provide test instructions in plain english.
Code generation
Generate SDK enhanced native test code.
Test execution
Once tests are defined, trigger them via the API or your CI pipeline.CI integration
Upload builds and trigger tests from GitHub Actions, Bitrise, and other CI providers.
Device configuration
Target specific devices, OS versions, and locales.
Test reports
After execution, review results through CI status checks, webhooks, or Slack notifications.CI integration
View results directly in your CI pipeline.
Webhooks
Receive results at your own endpoints.
Slack
Get summaries in your team’s Slack channels.

