UNPKG

cypress

Version:

Cypress is a next generation front end testing tool built for the modern web

42 lines (36 loc) 902 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var xvfb = require('../xvfb-D-nbLwPu.js'); require('os'); require('bluebird'); require('@cypress/xvfb'); require('common-tags'); require('debug'); require('chalk'); require('lodash'); require('assert'); require('arch'); require('ospath'); require('hasha'); require('tty'); require('path'); require('ci-info'); require('execa'); require('systeminformation'); require('cachedir'); require('log-symbols'); require('executable'); require('process'); require('supports-color'); require('is-installed-globally'); require('fs-extra'); require('fs'); require('untildify'); exports._debugXvfb = xvfb._debugXvfb; exports._xvfb = xvfb._xvfb; exports._xvfbOptions = xvfb._xvfbOptions; exports.default = xvfb.xvfb; exports.isNeeded = xvfb.isNeeded; exports.start = xvfb.start; exports.stop = xvfb.stop; exports.verify = xvfb.verify;