Fixed the v1 API, added tests around that API to ensure we keep backwards compatability

This commit is contained in:
tidusjar 2021-03-28 15:36:18 +01:00
commit c464b23bdc
11 changed files with 1316 additions and 137 deletions

View file

@ -17,6 +17,7 @@
import './commands'
import './request.commands';
import "cypress-real-events/support";
import '@bahmutov/cy-api/support';
// Alternatively you can use CommonJS syntax:
// require('./commands')