Skip to content

Commit 0944c5a

Browse files
solkazLeoNatan
authored andcommitted
List possible values for type (#1003)
* List possible values for `type` * Remove comment on supported values for type config Other values for `type` are supported
1 parent 70073a9 commit 0944c5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/APIRef.Configuration.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ title: Configuration Options
1010

1111
|Configuration Params|Details|
1212
|---|---|
13-
|`binaryPath`|relative path to the ipa/app due to be tested (make sure you build the app in a project relative path)|
14-
|`type`|device type, currently only `ios.simulator` is supported|
15-
|`name`|device name, aligns to the device list avaliable through `xcrun simctl list` for example, this is one line of the output of `xcrun simctl list`: `A3C93900-6D17-4830-8FBE-E102E4BBCBB9 iPhone 7 Shutdown iPhone 7 iOS 10.2`, ir order to choose the first `iPhone 7` regardless of OS version, use `iPhone 7`. <br>To be OS specific use `iPhone 7, iOS 10.2`|
16-
|`build`| **[optional]** build command (either `xcodebuild`, `react-native run-ios`, etc...), will be later available through detox CLI tool.|
13+
|`binaryPath`| Relative path to the ipa/app due to be tested (make sure you build the app in a project relative path)|
14+
|`type`| Device type, available options are `ios.simulator`, `ios.none`, `android.emulator`, and `android.attached`. |
15+
|`name`| Device name, aligns to the device list avaliable through `xcrun simctl list` for example, this is one line of the output of `xcrun simctl list`: `A3C93900-6D17-4830-8FBE-E102E4BBCBB9 iPhone 7 Shutdown iPhone 7 iOS 10.2`, ir order to choose the first `iPhone 7` regardless of OS version, use `iPhone 7`. <br>To be OS specific use `iPhone 7, iOS 10.2`|
16+
|`build`| **[optional]** Build command (either `xcodebuild`, `react-native run-ios`, etc...), will be later available through detox CLI tool.|
1717

1818
**Example:**
1919

0 commit comments

Comments
 (0)