prc b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
..
node_modules b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
src b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
.eslintrc b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
.gitattributes b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
.npmignore b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
.travis.yml b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
CODE_OF_CONDUCT.md b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
COPYING b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
README.md b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
build.sh b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө
package.json b6c02717e6 Upload complete no-internet building environment. 1 жил өмнө

README.md

xvfb-maybe

This package runs an arbitrary executable / args under xvfb-run if the platform is Linux and DISPLAY isn't set. This is super useful for making Electron unit tests run correctly in CI environments while still working locally

Usage:

## On Windows or OS X, this just invokes electron-mocha
## On Linux, if we are in a headless environment, this will be equivalent 
## to xvfb-run electron-mocha ./test/*.js
xvfb-maybe electron-mocha ./test/*.js