An open API service indexing awesome lists of open source software.

https://github.com/anazalu/ionic-hybrid-test


https://github.com/anazalu/ionic-hybrid-test

android appium cucumber-testng ios native-apps webview

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# A framework for testing Ionic Conference App against both Android and iOS

Basic funtionality with the first test. More tests can be added later on.

## Running the tests
### Android:
```commandline
mvn clean test
```
### iOS:
```commandline
mvn clean test -Dplatform=ios
```