mirror of
https://github.com/appium/appium.git
synced 2026-02-10 20:09:49 -06:00
10 lines
317 B
JavaScript
10 lines
317 B
JavaScript
"use strict";
|
|
|
|
process.env.DEVICE = process.env.DEVICE || "android";
|
|
var androidWebviewTests = require('../../helpers/android-webview');
|
|
|
|
describe('android - web_view - contexts -', androidWebviewTests.contexts);
|
|
|
|
// TODO: remove in Appium 1.0
|
|
describe('android - web_view - windows -', androidWebviewTests.windows);
|