2017-07-29 15:00:11 +02:00
|
|
|
/* eslint-env node */
|
2016-08-12 19:19:19 +02:00
|
|
|
module.exports = {
|
2017-07-29 15:00:11 +02:00
|
|
|
test_page: 'tests/index.html?hidepassed',
|
|
|
|
disable_watching: true,
|
|
|
|
launch_in_ci: [
|
|
|
|
'PhantomJS'
|
2016-08-12 19:19:19 +02:00
|
|
|
],
|
2017-07-29 15:00:11 +02:00
|
|
|
launch_in_dev: [
|
|
|
|
'PhantomJS',
|
|
|
|
'Chrome'
|
2016-08-12 19:19:19 +02:00
|
|
|
]
|
|
|
|
};
|