Provides steps for GlaceJS framework to launch tests inside virtual display on Linux machines.
- Start & stop Xvfb server
- Installed Xvfb server, for example, on ubuntu may be installed with command
sudo apt-get install xvfb
npm i glace-xvfb
var glaceXvfb = require("glace-xvfb");
glaceXvfb.Steps;
glaceXvfb.config;
If plugin is used as a part of GlaceJS
it will be loaded automatically.
--xvfb
- Use Xvfb server to launch autotests.
See integration tests in order to explore examples.