From 5985316b01290594c9839c984311f56382d376d6 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 31 Aug 2022 15:52:48 +0100 Subject: [PATCH] Only show failed tests in Admin CI output --- ghost/admin/testem.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/testem.js b/ghost/admin/testem.js index e57c307761..3f482cb023 100644 --- a/ghost/admin/testem.js +++ b/ghost/admin/testem.js @@ -31,5 +31,6 @@ module.exports = { Firefox: { ci: ['-headless'] } - } + }, + tap_failed_tests_only: true };