Inspired by @maxhb answer,
# package.json { "scripts": { "cy:run:ci": "cypress run --headless --config-file cypress-ci.js --browser chromium | sed -n -e '/Run Finished/,$p'" } }
So you only got the results as requested :