1.1.4 • Published 5 years ago

glace-xvfb v1.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Build Status | Source Code | Release Notes

GlaceJS Xvfb plugin

Provides steps for GlaceJS framework to launch tests inside virtual display on Linux machines.

Features

  • Start & stop Xvfb server

Requirements

  • Installed Xvfb server, for example, on ubuntu may be installed with command sudo apt-get install xvfb

How to install

npm i glace-xvfb

How to use

var glaceXvfb = require("glace-xvfb");
glaceXvfb.Steps;
glaceXvfb.config;

If plugin is used as a part of GlaceJS it will be loaded automatically.

CLI options

  • --xvfb - Use Xvfb server to launch autotests.

API

Test examples

See integration tests in order to explore examples.

Tests and quality

  • Project tests report is here
  • Code coverage report is here
1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago