Skip to content

karanbajaj2209/wdio-junit-to-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wdio-junit-to-html

This is meant to be used with Webdriverio's JUnit reporter.

A simple CLI tool to convert generated JUnit test results to HTML reports.

NOTE: Version 3.0.3 is the lowest working version.


Usage

This should be added to your package.json, as follows:

Please install this globally, or the syntax below will not work.

Note: -i and -o are required, otherwise default paths will be used.

"scripts": {
    ...
    "test": "wdio && wdio-junit-to-html -i <INPUT_DIRECTORY> -o <OUTPUT_DIRECTORY>",
    ...
},

Options

-i, --input <input> The input folder path (relative)

-o, --output <output_directory> The output folder path (relative)

-s, --single Export all reports as one file.

-l, --log Log basic information about what is being done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 12.7%