UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (5 loc) 186 B
import { startDevServer } from '@cypress/vite-dev-server' module.exports = (on, config) => { on('dev-server:start', async (options) => startDevServer({ options })) return config }