isGptDriver: true when running your app on the platform, so you can easily detect if your app is running in a test environment.
Retrieving launch parameters
- Swift
- Kotlin / Java (Intents)
Launch parameters are stored in
UserDefaults and can be accessed by calling the appropriate method based on type:Passing launch parameters via API
To pass launch parameters when triggering tests, include alaunchParams object in your JSON payload to the execute tests endpoint:
launchParams object accepts any number of key-value pairs based on your requirements.
Example
Passing aversion and featureFlag parameter:

