UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (9 loc) 237 B
const serverCt = require('@packages/server-ct') const run = (options) => { const { projectRoot } = options options.browser = options.browser || 'chrome' return serverCt.start(projectRoot, options) } module.exports = { run, }