GlaceJS Xvfb plugin
npm install glace-xvfb
| Source Code
| Release Notes
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
`javascript`
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.
- Project tests report is here
- Code coverage report is here