xctestrun

@JvmName(name = "jdaurxxqyvgfonbw")
suspend fun xctestrun(value: Output<FileReferenceArgs>)
@JvmName(name = "alhiqmmlhnvqcqgh")
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 = "gxiajeonamcjoywh")
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.