forked from cliqz-oss/browser-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestem.json
More file actions
17 lines (17 loc) · 676 Bytes
/
Copy pathtestem.json
File metadata and controls
17 lines (17 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"__COMMENT__": "https://github.com/drewzboto/grunt-connect-proxy/issues/70 npm install grunt-connect-proxy@0.1.10",
"launchers": {
"Mocha": {
"exe": "node",
"args": ["tests/mocha-node.js"],
"protocol": "tap"
},
"ChromiumNoSandbox": {
"protocol": "browser",
"command": "chromium --user-data-dir=/tmp/testem.chromium --no-default-browser-check --no-first-run --ignore-certificate-errors --no-sandbox --test-type --disable-renderer-backgrounding --disable-background-timer-throttling <url>"
}
},
"launch_in_dev": ["Mocha"],
"launch_in_ci": ["Mocha"],
"test_page": "tests/index.mustache"
}