Skip to content

Commit 2efd18a

Browse files
authored
Update capabilities
1 parent bc8fcd1 commit 2efd18a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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

@@ -42,7 +47,6 @@ jobs:
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
```

0 commit comments

Comments
 (0)