File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# apptim-cli-action
2- This action runs tests over Android and iOS over real devices hosted in AWS device Farm.
2+ This action runs Appium tests over Android and iOS in real devices hosted in AWS device Farm.
3+ While running tests, it capture performance metrics of the app.
4+ Using a dev-friendly YML file, users can define pass-fail criteria to control pipeline workflows.
35
4- Note: Currently supports startup time & Android only
6+ ## Key Features
7+ - Automate app & scripts upload, running and getting artifacts
8+ - Capture performance data
9+ - Pass or Fail your pipeline measuring KPIs based on dev-friendly YML file.
510
611## Pre requisites
712
4247 AWS_DEFAULT_REGION : ${{ secrets.AWS_DEFAULT_REGION }}
4348 APPTIM_API_KEY : ${{ secrets.APPTIM_API_KEY }}
4449 CONFIG_PATH : config.yml
45- APPTIM_CLI_VERSION : 1.16
4650
4751
4852```
You can’t perform that action at this time.
0 commit comments