We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e826e2 commit 54b354dCopy full SHA for 54b354d
cmd/core/platforms/awsdevicefarm/testspec.go
@@ -37,6 +37,10 @@ func generateCustomTestEnvSpec(embeddedData testSpecEmbeddedData) (customTestEnv
37
yaml := fmt.Sprintf(`
38
version: 0.1
39
40
+# This flag enables your test to run using Device Farm's Amazon Linux 2 test host. For more information,
41
+# please see https://docs.aws.amazon.com/devicefarm/latest/developerguide/amazon-linux-2.html
42
+android_test_host: amazon_linux_2
43
+
44
# Phases are collection of commands that get executed on Device Farm.
45
phases:
46
# The install phase includes commands that install dependencies that your tests use.
0 commit comments