Does Cypress use Mocha?
Cypress has adopted Mocha's BDD syntax, which fits perfectly with both integration and unit testing. All of the tests you'll be writing sit on the fundamental harness Mocha provides, namely: describe(), context(), it(), before(), beforeEach(), afterEach(), after(), .only() and .skip().