Only show failed tests in Admin CI output

This commit is contained in:
Kevin Ansfield 2022-08-31 15:52:48 +01:00
parent e7c25f84df
commit 5985316b01

View File

@ -31,5 +31,6 @@ module.exports = {
Firefox: {
ci: ['-headless']
}
}
},
tap_failed_tests_only: true
};