0.15.4 • Published 5 months ago

@qavajs/html-formatter v0.15.4

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

@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

npm.io

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

Development

npm install

npm run build

npm start

0.15.4

5 months ago

0.15.3

6 months ago

0.13.0

12 months ago

0.14.0

11 months ago

0.15.0

8 months ago

0.14.1

10 months ago

0.15.1

8 months ago

0.14.2

10 months ago

0.15.2

8 months ago

0.14.3

10 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago