mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
sync testem.js changes (#6529)
This commit is contained in:
11
ui/testem.js
11
ui/testem.js
@@ -1,5 +1,4 @@
|
|||||||
/* eslint-env node */
|
const config = {
|
||||||
module.exports = {
|
|
||||||
framework: 'qunit',
|
framework: 'qunit',
|
||||||
test_page: 'tests/index.html?hidepassed',
|
test_page: 'tests/index.html?hidepassed',
|
||||||
tap_quiet_logs: true,
|
tap_quiet_logs: true,
|
||||||
@@ -28,3 +27,11 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (process.env.CI) {
|
||||||
|
config.reporter = 'xunit';
|
||||||
|
config.report_file = 'test-reports/ember.xml';
|
||||||
|
config.xunit_intermediate_output = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = config;
|
||||||
|
|||||||
Reference in New Issue
Block a user