Skip to content

Worker Specific Configuration

Vladislav Alekseev edited this page Feb 1, 2022 · 2 revisions

These objects describe the configuration of each worker. Each worker must have its own configuration.

  • numberOfSimulators: how many iOS simulators destination can use to execute tests at the same time.
  • maximumCacheSize (v16 and above): maximum cache size in bytes
  • maximumCacheTTL (v16 and above): maximum life time of cached item in seconds

Example

{
    "numberOfSimulators": 3,
    "maximumCacheSize": 1073741824,
    "maximumCacheTTL": 3600
}
Clone this wiki locally