UNPKG

gst-atom-xcuitest-driver

Version:

ATOM driver for iOS using XCUITest for backend

112 lines (111 loc) 3.53 kB
{ "name": "gst-atom-xcuitest-driver", "description": "ATOM driver for iOS using XCUITest for backend", "keywords": [ "appium", "ios", "webdriveragent", "xcuitest", "xctest" ], "version": "0.8.8", "author": "ATOM", "license": "Apache-2.0", "engines": [ "node" ], "appium": { "driverName": "xcuitest", "automationName": "XCUITest", "platformNames": [ "iOS" ], "mainClass": "XCUITestDriver" }, "main": "./build/index.js", "bin": {}, "directories": { "lib": "lib" }, "files": [ "index.js", "lib", "build/index.js", "build/lib", "WebDriverAgent", "!.DS_Store" ], "dependencies": { "@babel/runtime": "^7.0.0", "gst-atom-base-driver": "^0.0.4", "appium-idb": "^0", "gst-atom-ios-device": "^0.1.0", "gst-atom-ios-driver": "^0.1.0", "appium-ios-simulator": "^3.20.0", "gst-atom-remote-debugger": "^0.1.0", "appium-support": "^2.41.0", "appium-webdriveragent": "^2.14.1", "appium-xcode": "^3.8.0", "async-lock": "^1.0.0", "asyncbox": "^2.3.1", "bluebird": "^3.1.1", "js2xmlparser2": "^0.2.0", "lodash": "^4.17.10", "moment": "^2.24.0", "moment-timezone": "0.5.28", "node-simctl": "^6.1.0", "node-fetch": "^2.6.0", "portscanner": "2.2.0", "request": "^2.79.0", "request-promise": "^4.1.1", "semver": "^7.0.0", "source-map-support": "^0.5.5", "teen_process": "^1.14.0", "ws": "^7.0.0", "xmldom": "^0.3.0", "yargs": "^15.0.1" }, "scripts": { "clean": "rm -rf node_modules && rm -f package-lock.json && npm install", "build": "gulp transpile", "mocha": "mocha", "prepare": "gulp prepublish", "test": "gulp once", "e2e-test": "gulp e2e-test", "e2e-test:basic": "npm run build && _FORCE_LOGS=1 npm run mocha -- -t 0 -R spec build/test/functional/basic --exit", "e2e-test:device": "npm run build && _FORCE_LOGS=1 npm run mocha -- -t 0 -R spec build/test/functional/device --exit", "e2e-test:driver": "npm run build && _FORCE_LOGS=1 npm run mocha -- -t 0 -R spec build/test/functional/driver --exit", "e2e-test:long": "npm run build && _FORCE_LOGS=1 npm run mocha -- -t 0 -R spec build/test/functional/long --exit", "e2e-test:parallel": "npm run build && _FORCE_LOGS=1 npm run mocha -- -t 0 -R spec build/test/functional/parallel --exit", "e2e-test:web": "npm run build && _FORCE_LOGS=1 npm run mocha -- -t 0 -R spec build/test/functional/web --exit", "e2e-test:native-web-tap": "npm run build && _FORCE_LOGS=1 ALL_DEVICES=1 npm run mocha -- -t 0 -R spec build/test/functional/web/safari-nativewebtap-e2e-specs.js --exit", "watch": "gulp watch", "coverage": "gulp coveralls", "precommit-msg": "echo 'Pre-commit checks...' && exit 0", "precommit-test": "REPORTER=dot gulp once", "lint": "gulp lint", "lint:fix": "gulp eslint --fix" }, "devDependencies": { "ajv": "^6.5.3", "appium-event-parser": "^1.0.0", "appium-gulp-plugins": "^5.2.0", "appium-test-support": "^1.0.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "chai-subset": "^1.6.0", "eslint-config-appium": "^4.5.0", "glob": "^7.1.0", "gulp": "^4.0.0", "ios-test-app": "^3.0.0", "ios-uicatalog": "^3.5.0", "mocha": "^7.0.1", "mocha-junit-reporter": "^1.23.1", "mocha-multi-reporters": "^1.1.7", "pem": "^1.8.3", "pngjs": "^3.3.1", "pre-commit": "^1.1.3", "sinon": "^9.0.0", "wd": "^1.5.0" } }