Uncommitted

This commit is contained in:
2018-12-16 07:43:47 -05:00
parent 74a03b8376
commit 04142b41fd
3 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
Setting `disableAnalytics` to true will prevent any data from being sent. Setting `disableAnalytics` to true will prevent any data from being sent.
*/ */
"disableAnalytics": false "disableAnalytics": true
} }
+12 -2
View File
@@ -3,10 +3,20 @@ module.exports = {
"test_page": "tests/index.html?hidepassed", "test_page": "tests/index.html?hidepassed",
"disable_watching": true, "disable_watching": true,
"launch_in_ci": [ "launch_in_ci": [
"PhantomJS" "Chrome"
], ],
"launch_in_dev": [ "launch_in_dev": [
"PhantomJS",
"Chrome" "Chrome"
],
browser_args: {
Chrome: {
mode: 'ci',
args: [
'--disable-gpu',
'--headless',
'--remote-debugging-port=9222',
'--window-size=1440,900'
] ]
},
}
}; };
@@ -4,6 +4,7 @@ state_names =
active: 'Active' active: 'Active'
overdue: 'Overdue' overdue: 'Overdue'
all_completed: 'Completed' all_completed: 'Completed'
inquiry: 'Issue'
default_globals = default_globals =
flash_message: '' flash_message: ''
preload_resources_fulfilled: true preload_resources_fulfilled: true