🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More
Socket
Sign inDemoInstall
Socket

testcafe-reporter-jenkins

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-reporter-jenkins

Jenkins JUnit compatible TestCafe reporter plugin.

1.0.1
latest
Source
npm
Version published
Weekly downloads
799
-36.59%
Maintainers
1
Weekly downloads
 
Created
Source

testcafe-reporter-jenkins

This is the jenkins reporter plugin for TestCafe.

preview

Install

npm install testcafe-reporter-jenkins

Usage

When you run tests from the command line, specify the reporter name by using the --reporter option:

testcafe chrome 'path/to/test/file.js' --reporter jenkins

When you use API, pass the reporter name to the reporter() method:

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('chrome')
    .reporter('jenkins') // <-
    .run();

Keywords

testcafe

FAQs

Package last updated on 02 Jun 2020

Did you know?

Socket

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