refactor: added Mailosaur to manage sms

This commit is contained in:
2021-09-03 09:29:15 +02:00
parent bc6e1bc12e
commit e2a59a566f
13 changed files with 1021 additions and 7 deletions

5
node_modules/cypress-mailosaur/index.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
/* global Cypress */
const { register } = require("./src/register");
register(Cypress);