Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Electron to run browser tests with Travis #605

Merged
merged 6 commits into from Feb 14, 2016

Add test-browser-headless script using Electron

  • Loading branch information
josephfrazier committed Feb 9, 2016
commit fc5aaa64b354f2a4640288e6c9908cc33d77a791
@@ -76,6 +76,7 @@
"brfs": "^1.2.0",
"browserify": "^13.0.0",
"cross-spawn-async": "^2.0.0",
"electron-prebuilt": "^0.36.7",
"finalhandler": "^0.4.0",
"run-series": "^1.0.2",
"serve-static": "^1.9.3",
@@ -115,6 +116,7 @@
"test": "standard && node ./bin/test.js",
"test-browser": "zuul -- test/*.js test/browser/*.js",
"test-browser-local": "zuul --local -- test/*.js test/browser/*.js",
"test-browser-headless": "zuul --electron -- test/*.js test/browser/*.js",
"test-node": "tape test/*.js test/node/*.js"
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.