github.com/0chain/gosdk@v1.17.11/wasmsdk/cypress/cypress.config.js (about)

     1  const { defineConfig } = require("cypress");
     2  
     3  module.exports = defineConfig({
     4    e2e: {
     5      setupNodeEvents(on, config) {
     6        // implement node event listeners here
     7      },
     8    },
     9  });