mirror of
https://github.com/appium/appium.git
synced 2026-04-25 04:48:42 -05:00
21c9242fb6
and refactor android webview tests to work for android as well as selendroid
8 lines
262 B
JavaScript
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);
|