Current File : /pages/54/47/d0016649/home/htdocs/ipc1/wp-content/plugins/burst-statistics/cypress.config.js
const { defineConfig } = require( 'cypress' );

module.exports = defineConfig({
  env: {
    wpUser: 'admin',
    wpPassword: 'password'
  },
  e2e: {
    baseUrl: 'http://localhost:8889',
    setupNodeEvents( on, config ) {

      // implement node event listeners here
    }
  }
});