Files
appium/test/functional/android/webview-specs.js
2014-05-22 13:50:54 -07:00

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);