Worker Specific Configuration - avito-tech/Emcee GitHub Wiki
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 bytesmaximumCacheTTL
(v16 and above): maximum life time of cached item in seconds
Example
{
"numberOfSimulators": 3,
"maximumCacheSize": 1073741824,
"maximumCacheTTL": 3600
}