Enhanced terminal and file logging for Cypress test results.
Better terminal and file output for cypress test logs.
$ cypress run --reporter cypress-terminal-report$ cypress run --reporter cypress-terminal-report > test-results.log$ npx cypress run --spec 'cypress/e2e/test.cy.js' --reporter cypress-terminal-report$ echo 'reporter: "cypress-terminal-report"' >> cypress.config.js$ cypress run --headed --reporter cypress-terminal-report