Provides steps for GlaceJS framework to capture video of executed tests.
- Video capture and video management.
- Installed
ffmpegoravconvon unix systems (on windows it will be installed with plugin).
npm i glace-video
var glaceVideo = require("glace-video");
glaceVideo.Steps;
glaceVideo.config;If plugin is used as a part of GlaceJS it will be loaded automatically.
--video- Use video capture for launched autotests.--video-save- Save video for all tests (by default for failed only).
See integration tests in order to explore examples.