1.2.3 • Published 6 years ago

glace-video v1.2.3

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

Build Status | Source Code | Release Notes

GlaceJS Video plugin

Provides steps for GlaceJS framework to capture video of executed tests.

Features

  • Video capture and video management.

Requirements

  • Installed ffmpeg or avconv on unix systems (on windows it will be installed with plugin).

How to install

npm i glace-video

How to use

var glaceVideo = require("glace-video");
glaceVideo.Steps;
glaceVideo.config;

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

CLI options

  • --video - Use video capture for launched autotests.
  • --video-save - Save video for all tests (by default for failed only).

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.2.3

6 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago