/ViewTe

Make cross platform E2E testing easier for web developers, including WebViews

Primary LanguageObjective-C

ViewTe

A minimalistic webview tester designed for web developers

App Download

iOS: https://itunes.apple.com/us/app/viewte-the-webview-tester/id1237657148
Android: https://play.google.com/store/apps/details?id=com.webviewtester

E2E Test in Emulator

Testability is powered by appium and wd.

Instructions:

You need to connect an Android Virtual Device via emulator cli or genymotion before test. Then run the command below:

$ npm run start:appium # start appium server, listening at 0.0.0.0:4723
$ # open a new terminal window
$ npm run test:appium # start jest to run e2e tests