FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ember-cli-code-coverage/testem.js at master · lytics/ember-cli-code-coverage · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
lytics
/
ember-cli-code-coverage
Public
forked from
ember-cli-code-coverage/ember-cli-code-coverage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ember-cli-code-coverage
/
testem.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (23 loc) · 506 Bytes
Breadcrumbs
ember-cli-code-coverage
/
testem.js
Copy path
File metadata and controls
24 lines (23 loc) · 506 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module
.
exports
=
{
test_page
:
'tests/index.html?hidepassed'
,
disable_watching
:
true
,
launch_in_ci
:
[
'Chrome'
]
,
launch_in_dev
:
[
'Chrome'
]
,
browser_args
:
{
Chrome
:
{
mode
:
'ci'
,
args
:
[
// --no-sandbox is needed when running Chrome inside a container
process
.
env
.
TRAVIS
?
'--no-sandbox'
:
null
,
'--disable-gpu'
,
'--headless'
,
'--remote-debugging-port=0'
,
'--window-size=1440,900'
]
.
filter
(
Boolean
)
}
}
}
;
Back
|
FazBrowse Home
|
New Git URL