@revoloo/cypress6
Version:
Cypress.io end to end testing tool
29 lines (19 loc) • 381 B
JavaScript
exports['mocha snapshot captures mocha output 1'] = `
command: npm run test-mocha
code: 0
failed: false
killed: false
signal: null
timedOut: false
stdout:
-------
> cypress@x.y.z test-mocha <folder path>
> mocha --reporter spec scripts/spec.js
mocha sanity check
Y works
1 passing (<time>ms)
-------
stderr:
-------
-------
`