mirror of
https://github.com/appium/appium.git
synced 2026-02-09 03:09:02 -06:00
8 lines
319 B
JavaScript
8 lines
319 B
JavaScript
"use strict";
|
|
|
|
var androidWebviewTests = require('../common/android-webview-base');
|
|
|
|
// TODO: androidWebviewTests is using an app built by selendroid. Need to build it once
|
|
// and save it into asset so that it can be used by android tests
|
|
describe('android - web_view @skip-ci @skip-android-all', androidWebviewTests);
|