You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@qavajs/html-formatter

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qavajs/html-formatter

Single file HTML formatter for cucumber framework

0.18.1
latest
npmnpm
Version published
Weekly downloads
387
-35.82%
Maintainers
0
Weekly downloads
 
Created
Source

@qavajs/html-formatter

Single file HTML formatter for cucumber framework

Installation

To install formatter run

npm install @qavajs/html-formatter

and add to formatter section in config file

module.exports = {
    default: {
        format: [
            ['@qavajs/html-formatter', 'report.html']
        ]
    },
    formatOptions: {
        htmlConfig: {
            metadata: {
                'OS': 'macos',
                'OS Version': '13.1'
            }
        }
    },
}

or pass --format @qavajs/html-formatter:report.html in cli

Kudos to https://github.com/epam/UUI for providing components

Development

npm install

npm run build

npm start

Keywords

QA

FAQs

Package last updated on 04 Jul 2024

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