How to use the cypress-terminal-report.installSupport function in cypress-terminal-report

To help you get started, we’ve selected a few cypress-terminal-report examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github RemiBou / BrowserInterop / test / BrowserInterop.E2ETests / cypress / support / index.js View on Github external
// You can change the location of this file or turn off
// automatically serving support files with the
// 'supportFile' configuration option.
//
// You can read more here:
// https://on.cypress.io/configuration
// ***********************************************************

// Import commands.js using ES2015 syntax:
import './commands'

// Alternatively you can use CommonJS syntax:
// require('./commands')


require('cypress-terminal-report').installSupport({ printLogs: 'always' });

cypress-terminal-report

Better terminal and file output for cypress test logs.

MIT
Latest version published 2 months ago

Package Health Score

81 / 100
Full package analysis