Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 937 Bytes

File metadata and controls

24 lines (19 loc) · 937 Bytes

XcTest

Build samples of the Perfecto XcTest gradle plugin.

In the samples folder you can view 3 ways of how to run the Perfecto XcTest plugin. All samples can be run by providing the needed parameters and running the command:

"gradle perfecto-xctest"

  • defaultSample - A sample folder containing the needed files for running the Perfecto xctest task
  • localJarSample - A sample folder including the plugin JAR
  • buildGradleConfiguration - A project where the configuration is done in the build.gradle file
In the configFilesSamples folder you can see different examples of how it's possible to configure the plugin. Except for devices, all parameters can be overriden by the command line.


The samples in the samples folder are relevant for real devices. For virtual devices samples, please refer to the samples inside virtualDevicesSamples folder.