testIssues

@JvmName(name = "bclxrbxakthlhnas")
suspend fun testIssues(value: Output<List<TestIssueArgs>>)
@JvmName(name = "sxaeuwlrhmldhdfa")
suspend fun testIssues(value: List<TestIssueArgs>?)

Parameters

value

Issues observed during the test execution. For example, if the mobile app under test crashed during the test, the error message and the stack trace content can be recorded here to assist debugging. - In response: present if set by create or update - In create/update request: optional


@JvmName(name = "kxtewnxouieirsvb")
suspend fun testIssues(vararg values: Output<TestIssueArgs>)


@JvmName(name = "ahmsdgcktlpwicxn")
suspend fun testIssues(values: List<Output<TestIssueArgs>>)
@JvmName(name = "iynuigtinjaxxfdo")
suspend fun testIssues(vararg values: TestIssueArgs)

Parameters

values

Issues observed during the test execution. For example, if the mobile app under test crashed during the test, the error message and the stack trace content can be recorded here to assist debugging. - In response: present if set by create or update - In create/update request: optional


@JvmName(name = "ktgfgqarfxhscqaq")
suspend fun testIssues(argument: List<suspend TestIssueArgsBuilder.() -> Unit>)
@JvmName(name = "kwyrshlheaghixbh")
suspend fun testIssues(vararg argument: suspend TestIssueArgsBuilder.() -> Unit)
@JvmName(name = "mhqeyduhcyfcyket")
suspend fun testIssues(argument: suspend TestIssueArgsBuilder.() -> Unit)

Parameters

argument

Issues observed during the test execution. For example, if the mobile app under test crashed during the test, the error message and the stack trace content can be recorded here to assist debugging. - In response: present if set by create or update - In create/update request: optional