UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

15 lines (12 loc) 406 B
/// <reference types="cypress" /> const { startDevServer } = require('@cypress/webpack-dev-server') const path = require('path') module.exports = (on, config) => { on('dev-server:start', (options) => { return startDevServer({ webpackConfig: require(path.resolve(__dirname, '..', '..', 'node_modules', '@vue', 'cli-service', 'webpack.config.js')), options, }) }) return config }