electron/spec/package.json
John Kleinschmidt 838b26ee26 ci: Move Mac builds to Azure Devops (VSTS) (#14588)
* Add support for multiple mocha reporters

Allows us to output to junit file and to console at the same time

* Cleanup VSTS file

Don't install depot_tools everytime as it is already installed.

Only run tests if "RUN_TESTS" environment variable is set
Only notify slack if "NOTIFY_SLACK" environment variable is set

Don't use sccache for release builds

Move CircleCI mac builds to VSTS

* Only build mac PRS from forks

Don't install depot_tools everytime as it is already installed.

Only run tests if "RUN_TESTS" environment variable is set
Only notify slack if "NOTIFY_SLACK" environment variable is set

Don't use sccache for release builds

Move CircleCI mac builds to VSTS

Use sccache helper script

* rename vsts-gn.yml to vsts.yml
Make sure Electron isn't running before starting tests
2018-09-14 11:56:16 -07:00

45 lines
955 B
JSON

{
"name": "electron-test",
"productName": "Electron Test",
"main": "static/main.js",
"version": "0.1.0",
"devDependencies": {
"basic-auth": "^2.0.0",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coffee-script": "1.12.7",
"dbus-native": "^0.2.5",
"dirty-chai": "^2.0.1",
"graceful-fs": "^4.1.11",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"multiparty": "^4.1.4",
"q": "^1.5.1",
"send": "^0.16.2",
"temp": "^0.8.3",
"walkdir": "0.0.12",
"winreg": "^1.2.4",
"ws": "^5.2.0",
"yargs": "^11.0.0"
},
"optionalDependencies": {
"runas": "3.x"
},
"standard": {
"env": {
"browser": true,
"mocha": true,
"jquery": true,
"serviceworker": true
},
"globals": [
"Bindings",
"Components",
"UI",
"WebView"
]
}
}