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
- Host: GitHub
- URL: https://github.com/anazalu/ionic-hybrid-test
- Owner: anazalu
- Created: 2025-05-04T14:48:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T10:27:03.000Z (about 1 year ago)
- Last Synced: 2025-10-09T03:08:51.480Z (8 months ago)
- Topics: android, appium, cucumber-testng, ios, native-apps, webview
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```