UNPKG

cypress-failed-log

Version:

Gets you the Cypress test command log as JSON on failure

7 lines (6 loc) 178 B
// registers this plugin in the user's Cypress plugin / config.js file module.exports = function registerPlugin(on) { on('task', { failed: require('./src/failed')() }) }