UNPKG

countly-sdk-web

Version:
10 lines (9 loc) 202 B
const { defineConfig } = require('cypress') module.exports = defineConfig({ e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, }, userAgent: "abcd", });