This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//source https://github.com/cypress-io/cypress/blob/develop/cli/lib/exec/xvfb.js | |
const os = require('os') | |
const Promise = require('bluebird') | |
const Xvfb = require('@cypress/xvfb') | |
const R = require('ramda') | |
const debug = require('debug')('cypress:cli') | |
const debugXvfb = require('debug')('cypress:xvfb') | |
const { throwFormErrorText, errors } = require('../errors') | |
const xvfb = Promise.promisifyAll(new Xvfb({ |