FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ember-cli-code-coverage/testem.js at master · NullVoxPopuli/ember-cli-code-coverage · GitHub
NullVoxPopuli
/
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
1
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 (24 loc) · 556 Bytes
Breadcrumbs
ember-cli-code-coverage
/
testem.js
Copy path
File metadata and controls
24 lines (24 loc) · 556 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
:
{
ci
:
[
// --no-sandbox is needed when running Chrome inside a container
process
.
env
.
CI
?
'--no-sandbox'
:
null
,
'--headless'
,
'--disable-dev-shm-usage'
,
'--disable-software-rasterizer'
,
'--mute-audio'
,
'--remote-debugging-port=0'
,
'--window-size=1440,900'
]
.
filter
(
Boolean
)
}
}
}
;
Back
|
FazBrowse Home
|
New Git URL