kangjy
Results
1
issues of
kangjy
js如下: 'use strict' var config = module.exports = { seleniumHost: 'http://localhost:4444/wd/hub', browsers: ['chrome'], envHosts: { build: 'http://localhost:80/example/build', prod: 'http://localhost:80/example/prod' }, paths: [], reportFormat: 'file', test: function test (description, caseConfig) {...