UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

6 lines (5 loc) 136 B
module.exports = function Reporter (runner) { runner.on('suite', function (suite) { console.log('suite.file:', suite.file) }) }