UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (8 loc) 191 B
module.exports = function Reporter (runner) { runner.on('test end', function (test) { console.log(test.title) }) runner.on('end', function () { console.log('finished!') }) }