Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qavajs/html-formatter
HTML formatter for cucumber framework
https://github.com/qavajs/html-formatter
cucumber-js qa test-automation testing
Last synced: 3 months ago
JSON representation
HTML formatter for cucumber framework
- Host: GitHub
- URL: https://github.com/qavajs/html-formatter
- Owner: qavajs
- License: mit
- Created: 2022-12-12T10:07:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T12:12:05.000Z (7 months ago)
- Last Synced: 2024-06-29T09:29:13.781Z (7 months ago)
- Topics: cucumber-js, qa, test-automation, testing
- Language: TypeScript
- Size: 2.17 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE
Awesome Lists containing this project
README
# @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
```javascript
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
![](assets/qavajs_html_reporter.png)
Kudos to https://github.com/epam/UUI for providing components
## Development
`npm install`
`npm run build`
`npm start`