UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

12 lines (9 loc) 240 B
const cp = require('child_process') const percyHealthCheck = require('@percy/cypress/task') cp.exec('http-server -p 5006 dist') /** * @type {Cypress.PluginConfig} */ module.exports = (on: Function) => { on('task', percyHealthCheck) }