UNPKG

cypress-temp-mail

Version:

Provides temporary email for E2E testing with Cypress

10 lines (8 loc) 191 B
const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, }, });