Socket
Socket
Sign inDemoInstall

wdio-testrecorder-reporter

Package Overview
Dependencies
69
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wdio-testrecorder-reporter

Package to record and save wdio cucumber test executions


Version published
Maintainers
1
Install size
74.0 MB
Created

Readme

Source

wdio-testrecorder-reporter

A reporter for WDIO that generates videos of your wdio cucumber test executions.

This reporter uses ffmpeg to convert sequence of images to video.

Installation

You can simple do it by:

npm i wdio-testrecorder-reporter

Instructions on how to install WDIO can be found here

Configuration

Configure the output directory in your wdio.conf.js file:

exports.config = {
    // ...
    reporters: ['TestRecorder', {videoOutputPath: '', attachVideoToCucumberReport: true, removeAttachedVideos: false}]
  // ...
}
  • videoOutputPath - Output folder path to store video reports.
  • attachVideoToCucumberReport - Attach the recorded video to cucumber reports.
  • removeAttachedVideos - Delete the saved video from temp file

Note: attachVideoToCucumberReport will work only if cucumberjs-json reporter is enabled

Keywords

FAQs

Last updated on 16 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc