Skip to content

Commit

Permalink
ci: report test results to appveyor (electron#19434)
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Jul 25, 2019
1 parent e58f8a7 commit 0f5cb79
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 2 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -34,6 +34,8 @@ environment:
GIT_CACHE_PATH: C:\Users\electron\libcc_cache
ELECTRON_OUT_DIR: Default
ELECTRON_ENABLE_STACK_DUMPING: 1
MOCHA_REPORTER: mocha-multi-reporters
MOCHA_MULTI_REPORTERS: mocha-appveyor-reporter, tap
notifications:
- provider: Webhook
url: https://electron-mission-control.herokuapp.com/rest/appveyor-hook
Expand Down
3 changes: 3 additions & 0 deletions spec/package.json
Expand Up @@ -34,5 +34,8 @@
"optionalDependencies": {
"abstract-socket": "github:nornagon/node-abstractsocket#v8-compat",
"robotjs": "github:octalmage/robotjs#d870ddb486e893361e10d23d32c95c9d2b4710c9"
},
"dependencies": {
"mocha-appveyor-reporter": "^0.4.2"
}
}

0 comments on commit 0f5cb79

Please sign in to comment.