mirror of
https://github.com/appium/appium.git
synced 2026-02-12 12:59:38 -06:00
11 lines
228 B
JavaScript
11 lines
228 B
JavaScript
"use strict";
|
|
|
|
var getAppPath = require('../../../helpers/app').getAppPath;
|
|
|
|
module.exports = {
|
|
app: getAppPath('ToggleTest'),
|
|
appPackage: 'com.example.toggletest',
|
|
appActivity: '.MainActivity',
|
|
newCommandTimeout: 90
|
|
};
|