UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 142 B
const fs = require('fs-extra') module.exports = (on) => { on('after:spec', (spec, results) => { return fs.remove(results.video) }) }