Skip to content

Commit

Permalink
Update template comment for latest runner types (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivershen-wow committed Aug 23, 2023
1 parent dc67084 commit 8da7d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle_plugin/template/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Static params, can directly use the following settings as default in DevOps pipeline, or override them using gradle params.
runningType = # Required, define the test type. Value: {INSTRUMENTATION (Default), SMART, MONKEY, APPIUM, APPIUM_CROSS, APPIUM_MONKEY, T2C_JSON}
runningType = # Required, define the test type. Value: {INSTRUMENTATION (Default), SMART, MONKEY, APPIUM, APPIUM_CROSS, APPIUM_MONKEY, T2C_JSON, MAESTRO, PYTHON}
pkgName = # Required, absolute package name of the app.
deviceIdentifier = # Required, identifier of the device / group of devices for running the test. For APPIUM_CROSS test specifically, the agentId for agent. Please obtain the value from the front page.
queueTimeOutSeconds = # Required, timeout(in seconds) threshold of waiting the tests to be started when target devices are under TESTING.
Expand Down

0 comments on commit 8da7d5b

Please sign in to comment.