Documentation tweak

pull/1061/head
Morgan Pretty 10 months ago
parent 6299eeec3f
commit adc877ffbd

@ -18,12 +18,15 @@ extension DeveloperSettingsViewModel {
/// const iOSCapabilities: AppiumXCUITestCapabilities = {
/// 'appium:processArguments': {
/// env: {
/// 'serviceNetwork': "testnet",
/// 'debugDisappearingMessageDurations': true
/// 'serviceNetwork': 'testnet',
/// 'animationsEnabled': 'false',
/// 'debugDisappearingMessageDurations': 'true'
/// }
/// }
/// }
/// ```
///
/// **Note:** All values need to be provided as strings (eg. booleans)
static func processUnitTestEnvVariablesIfNeeded(using dependencies: Dependencies) {
#if targetEnvironment(simulator)
enum EnvironmentVariable: String {

Loading…
Cancel
Save