// Plugins to be added in main config // https://docs.cypress.io/guides/tooling/plugins-guide#Using-a-plugin // // Legacy configuration // https://docs.cypress.io/guides/references/legacy-configuration#Plugins // // @cypress/webpack-dev-server is bundled with the Cypress binary and should not need to be installed separately. // https://github.com/cypress-io/cypress/tree/develop/npm/webpack-dev-server#cypresswebpack-dev-server // // const { startDevServer } = require('@cypress/webpack-dev-server') // const webpackConfig = require('@vue/cli-service/webpack.config.js') // module.exports = (on, config) => { // on('dev-server:start', options => // startDevServer({ // options, // webpackConfig // }) // ) // return config // }