XCUITest + Perfecto execution steps:
Kindly follow the procedure mentioned here in order to generate the .app files for this sample project. Place the generated .app files into this project's base directory.
To activate the perfecto gradle plugin, open a command-line/terminal window in the project's folder and run the following gradle tasks:
cd PerfectoXCUITest
gradle perfecto-xctest -PconfigFileLocation=configFile.json -PcloudURL=${url} -PsecurityToken=${securityToken}
Note:
- Replace ${url} with your perfecto cloud url. E.g.: demo.perfectomobile.com
- Replace ${securityToken} with your perfecto security token.
- Update appPath and testAppPath in configFile.json.