mirror of
https://github.com/zhigang1992/viff.git
synced 2026-04-30 13:42:29 +08:00
12 lines
281 B
JavaScript
12 lines
281 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
seleniumHost: 'http://localhost:4444/wd/hub',
|
|
browsers: ['firefox', 'safari'],
|
|
envHosts: {
|
|
build: 'http://localhost:4000',
|
|
prod: 'http://ishouldbeageek.me'
|
|
},
|
|
paths: require('./links.js'),
|
|
reportFormat: 'file'
|
|
}; |