You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commands/android_emulator_start.yml
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,22 @@
1
+
description: Installs and starts an Android emulator with the given version and name.
2
+
1
3
parameters:
4
+
device_name:
5
+
description: The name of the AVD. You use this name to tell which device to run tests on.
6
+
type: string
7
+
default: "TestingAVD"
2
8
platform_version:
9
+
description: The version of android to run on the emulator. Usually in the form of "android-28".
3
10
type: string
4
11
default: "android-28"
5
12
build_tools_version:
13
+
description: The version of the Android build tools to install.
6
14
type: string
7
15
default: "28.0.3"
16
+
logcat_grep:
17
+
description: ADB logs will be shown in the "Start Android Emulator" commands, but we filter it using grep to avoid noise. You can specify additional strigns to grep for. Make sure you escape special characters.
Copy file name to clipboardExpand all lines: src/commands/setup_macos_executor.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
description: Installs the required packages to build and test Android and iOS applications on the MacOS executor. You need to run this before running any other command on those executors.
description: Install Javascript dependencies using Yarn. This command correctly configures the cache for any number of package.json and yarn.lock files.
0 commit comments