Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.28 KB

Perfecto Samples

Build Status

Refer to README.md of each individual programming language folders for steps to execute sample scripts.

Sample apps are present inside sample_apps folder.

Prerequisite

  • npm should be installed.
  • Set your Perfecto credentials for the following environmental variables:
    • cloudName
    • securityToken

Note:

Steps for running Native Sample in terminal/ command prompt

  1. Follow the prerequisites inside README.md of each individual programming language folders.
  2. Run npm install from Samples folder
  3. Run npm install -g grunt
  4. Run npm run replace
  5. 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