Skip to content

Commit

Permalink
chore: update appium test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Jul 14, 2022
1 parent 0750e61 commit da80e96
Show file tree
Hide file tree
Showing 3 changed files with 1,353 additions and 24 deletions.
24 changes: 16 additions & 8 deletions performance-tests/appium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@ Originally based on [SauceLabs's demo scripts](https://github.com/saucelabs-trai
npm install
```

## Compile test apps

```shell
npm run build:apps
```

## Run tests

You can run your tests on Sauce Labs:

```shell
# Run Android Emulator Tests
npm run saucelabs.android.emu
# Run iOS Simulators Tests
npm run saucelabs.ios.sim
# Run Android Tests
npm run saucelabs:android
# Run iOS Tests
npm run saucelabs:ios
```

Or you can run the tests on your local Appium installation (head over to [appium.io](https://appium.io/) to get started):

```shell
# Run Android Emulator Tests
npm run local.android.emu
# Run iOS Simulators Tests
npm run local.ios.sim
# Run Android Tests
npm run local:android
# Run iOS Tests
npm run local:ios
```
Loading

0 comments on commit da80e96

Please sign in to comment.