mirror of
https://github.com/appium/appium.git
synced 2026-01-14 06:10:01 -06:00
* Add apps; add create session test * Android create session tests * iOS basic interactions test * Basic web session tests (iOS and Android)
21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"name": "javascript-wd",
|
|
"version": "1.0.0",
|
|
"description": "Appium sample code using 'wd'",
|
|
"scripts": {
|
|
"test": "mocha test/**/*.test.js"
|
|
},
|
|
"author": "Dan Graham",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"bluebird": "^3.5.1",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^4.1.0",
|
|
"wd": "^1.5.0"
|
|
}
|
|
}
|