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

Replace zuul with airtap #1309

Merged
merged 6 commits into from Feb 21, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

remove test-browser-headless

Not ideal to lose Electron testing, but I think this is net win for now.
  • Loading branch information
feross committed Feb 21, 2018
commit 72afbf59359bb11ca2308e9fe31fddd128c10fa5
@@ -6,11 +6,9 @@ var runSauceLabs = !process.env.CI ||
(process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY)

npmRun('test-node', function () {
npmRun('test-browser-headless', function () {
if (runSauceLabs) {
npmRun('test-browser')
}
})
if (runSauceLabs) {
npmRun('test-browser')
}
})

function npmRun (scriptName, onSuccess) {
@@ -116,7 +116,6 @@
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"test": "standard && node ./bin/test.js",
"test-browser-headless": "zuul --electron -- test/*.js test/browser/*.js",
"test-browser": "airtap -- test/*.js test/browser/*.js",
"test-browser-local": "airtap --local -- 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.