xctestrun property

FileReference? xctestrun
getter/setter pair

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.

Implementation

FileReference? xctestrun;