xuxiaobo-bobo e6520392ec '...'
2024-03-18 11:14:05 +08:00

15 lines
216 B
JavaScript

module.exports = {
'allow-uncaught' : false,
'async-only': false,
bail: true,
color: true,
delay: false,
diff: true,
exit: true,
timeout: 10000,
'trace-warnings': true,
ui: 'bdd',
retries: 2
}