cypress-terminal-report

Enhanced terminal and file logging for Cypress test results.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Better terminal and file output for cypress test logs.

Examples

view detailed cypress test logs in terminal$ cypress run --reporter cypress-terminal-report
save cypress test output to a file$ cypress run --reporter cypress-terminal-report > test-results.log
run tests with better formatted console output$ npx cypress run --spec 'cypress/e2e/test.cy.js' --reporter cypress-terminal-report
configure cypress terminal reporter in cypress config$ echo 'reporter: "cypress-terminal-report"' >> cypress.config.js
display test logs with improved readability and colors$ cypress run --headed --reporter cypress-terminal-report