UNPKG

cypress-guerrillamail

Version:

Cypress plugin that helps manipulate login/forgot password flow

12 lines (10 loc) 259 B
const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, baseUrl: "https://www.guerrillamail.com", hideXHRInCommandLog: true, }, });