initialSetupApks property

List<Apk>? initialSetupApks
getter/setter pair

Initial setup APKs to install before the app under test is installed.

Limited to a combined total of 100 initial setup and additional files.

Optional.

Implementation

core.List<Apk>? initialSetupApks;