mirror of
https://github.com/appium/appium.git
synced 2026-02-12 04:50:08 -06:00
8 lines
301 B
JavaScript
8 lines
301 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', androidWebviewTests);
|