UNPKG

karma-nightmare

Version:

A Karma plugin. Launcher for Nightmare

17 lines (15 loc) 224 B
language: node_js node_js: - '9' - '8' - '7' - '6' addons: apt: packages: - xvfb before_install: - export DISPLAY=':99.0' - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & install: - npm install