Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perfectomobilesa/perfectoespressoproject
A publicly available Android Sample app example project along with advanced Perfecto configuration file. It has some sample espresso tests. Kindly do not delete this as it is integrated with confluence.
https://github.com/perfectomobilesa/perfectoespressoproject
Last synced: about 6 hours ago
JSON representation
A publicly available Android Sample app example project along with advanced Perfecto configuration file. It has some sample espresso tests. Kindly do not delete this as it is integrated with confluence.
- Host: GitHub
- URL: https://github.com/perfectomobilesa/perfectoespressoproject
- Owner: PerfectoMobileSA
- Created: 2019-10-30T06:04:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T11:05:46.000Z (8 months ago)
- Last Synced: 2024-03-27T12:27:12.466Z (8 months ago)
- Language: Java
- Homepage: https://developers.perfectomobile.com/display/PD/Espresso
- Size: 273 KB
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Espresso + Perfecto execution steps:
- Clone this project and unzip it.
- Open a command-line/terminal window, navigate to the project's folder and run the following tasks in gradle to build the apk files:
`cd PerfectoEspresso`
`./gradlew assembleDebug assembleAndroidTest`- Run the below gradle task to run Espresso tests on real devices:
`./gradlew perfecto-android-inst -PconfigFileLocation=configFile.json -PcloudURL=${url} -PsecurityToken=${securityToken}`- Run the below gradle task to run Espresso tests on virtual devices:
`./gradlew perfecto-android-inst-vd -PconfigFileLocation=configFile.json -PcloudURL=${url} -PsecurityToken=${securityToken}`### Note:
1. Replace ${url} with your perfecto cloud url. E.g.: demo.perfectomobile.com (without the .app notation)
2. Replace ${securityToken} with your [perfecto security token](https://help.perfecto.io/perfecto-help/content/perfecto/automation-testing/generate_security_tokens.htm?Highlight=Generate%20security%20tokens).