Run JS test in chrome headless on Travis.

This commit is contained in:
Guo Xiang Tan
2017-12-15 10:15:04 +08:00
parent f5b3652d97
commit 0a863dd031
3 changed files with 176 additions and 1 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "discourse",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:discourse/discourse.git",
"author": "Discourse",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chrome-launcher": "^0.10.0",
"chrome-remote-interface": "^0.25.4"
}
}