Files
appium/test/functional/selendroid/webview-specs.js
T
Jonathan Lipps 21c9242fb6 finish android hybrid support
and refactor android webview tests to work for android as well as selendroid
2014-02-24 14:59:40 -08:00

8 lines
262 B
JavaScript

"use strict";
process.env.DEVICE = process.env.DEVICE || "selendroid";
var androidWebviewTests = require('../../helpers/android-webview');
// if it doesn't work run: adb uninstall io.selendroid.testapp
describe('selendroid - web_view -', androidWebviewTests);