https://github.com/appium/ios-test-app
iOS app for testing
https://github.com/appium/ios-test-app
Last synced: about 1 year ago
JSON representation
iOS app for testing
- Host: GitHub
- URL: https://github.com/appium/ios-test-app
- Owner: appium
- License: apache-2.0
- Created: 2014-10-03T23:20:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T11:51:46.000Z (over 2 years ago)
- Last Synced: 2025-05-17T12:22:21.856Z (about 1 year ago)
- Language: Objective-C
- Size: 266 KB
- Stars: 36
- Watchers: 19
- Forks: 68
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ios-test-app
A simple test application for iOS, used by [Appium](https://github.com/appium/appium) for certain tests.
### Building
`npm install` will build the app for a simulator. If you want also to build for
a real device, set the environment variable `IOS_REAL_DEVICE` or `REAL_DEVICE`
to a truthy value.
```
REAL_DEVICE=1 npm install
```
If any special build information is needed, the `XCCONFIG_FILE` environment
variable can be set to the path to an `xcconfig` file.
## Watch
```
npm run watch
```
## Test
```
npm test
```