prc b6c02717e6 Upload complete no-internet building environment. | před 1 rokem | |
---|---|---|
.. | ||
node_modules | před 1 rokem | |
src | před 1 rokem | |
.eslintrc | před 1 rokem | |
.gitattributes | před 1 rokem | |
.npmignore | před 1 rokem | |
.travis.yml | před 1 rokem | |
CODE_OF_CONDUCT.md | před 1 rokem | |
COPYING | před 1 rokem | |
README.md | před 1 rokem | |
build.sh | před 1 rokem | |
package.json | před 1 rokem |
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
## 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