xctestrun

@JvmName(name = "ekdtjfvtpouqkriv")
suspend fun xctestrun(value: Output<FileReferenceArgs>)
@JvmName(name = "nepujyaohuiwfegf")
suspend fun xctestrun(value: FileReferenceArgs?)

Parameters

value

An .xctestrun file that will override the .xctestrun file in the tests zip. Because the .xctestrun file contains environment variables along with test methods to run and/or ignore, this can be useful for sharding tests. Default is taken from the tests zip.


@JvmName(name = "bxymtpgbtjiwtnvk")
suspend fun xctestrun(argument: suspend FileReferenceArgsBuilder.() -> Unit)

Parameters

argument

An .xctestrun file that will override the .xctestrun file in the tests zip. Because the .xctestrun file contains environment variables along with test methods to run and/or ignore, this can be useful for sharding tests. Default is taken from the tests zip.