Refer to README.md of each individual programming language folders for steps to execute sample scripts.
Sample apps are present inside sample_apps folder.
- npm should be installed.
- Set your Perfecto credentials for the following environmental variables:
- cloudName
- securityToken
Note:
- Regarding cloudName - (e.g. demo is the cloudName of demo.perfectomobile.com).
- Regarding securityToken - Follow this article: https://developers.perfectomobile.com/display/PD/Generate+security+tokens
- Follow the prerequisites inside README.md of each individual programming language folders.
- Run
npm install
from Samples folder - Run
npm install -g grunt
- Run
npm run replace
- Run the following language specific command for executing iOS & Android native app:
- Java:
npm run njava
- Ruby:
npm run nruby
- Javascipt:
npm run njavascript
- Python:
npm run npython
- Java: