File tree Expand file tree Collapse file tree 8 files changed +75
-109
lines changed Expand file tree Collapse file tree 8 files changed +75
-109
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## [ Unreleased]
9+ ### Changed
10+ - Use latest React components from new package ` @cucumber/react-components `
911### Fixed
1012- JavaScript assets were not included in the Java package ([ #65 ] ( https://github.com/cucumber/html-formatter/issues/65 ) )
1113
Original file line number Diff line number Diff line change 22
33This is a cross-platform formatter that produces a pretty HTML report for Cucumber runs.
44
5- It is built on top of [ @cucumber/react ] ( https://github.com/cucumber/cucumber- react ) and works with * any*
5+ It is built on top of [ @cucumber/react-components ] ( https://github.com/cucumber/react-components ) and works with * any*
66Cucumber implementation with a ` message ` formatter that outputs [ cucumber messages] ( https://github.com/cucumber/common/tree/main/messages ) .
77
88This formatter is built into the following Cucumber implementations:
Original file line number Diff line number Diff line change 11[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.cucumber/html-formatter.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22io.cucumber%22%20AND%20a:%22html-formatter%22 )
22
3+ ⚠️ This is an internal package; you don't need to install it in order to use the html formatter in ` cucumber-jvm ` as it's built in there.
4+
35# Cucumber HTML Formatter for Java
46
7+ > Takes a stream of Cucumber messages and outputs a standalone HTML report using Cucumber's React components
8+
59[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.cucumber/html-formatter.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22io.cucumber%22%20AND%20a:%22html-formatter%22 )
610
Original file line number Diff line number Diff line change 1+ ⚠️ This is an internal package; you don't need to install it in order to use the html formatter in ` @cucumber/cucumber ` as it's built in there.
2+
3+ # html-formatter
4+
5+ > Takes a stream of Cucumber messages and outputs a standalone HTML report using Cucumber's React components
Original file line number Diff line number Diff line change 3434 "@cucumber/message-streams" : " ^4.0.1" ,
3535 "@cucumber/messages" : " ^18.0.0" ,
3636 "@cucumber/query" : " ^11.0.0" ,
37- "@cucumber/react" : " ^19.2.0 " ,
37+ "@cucumber/react-components " : " ^20.0.2 " ,
3838 "@types/glob" : " ^7.2.0" ,
3939 "@types/mocha" : " 9.1.0" ,
4040 "@types/node" : " 17.0.23" ,
Original file line number Diff line number Diff line change 11import './styles.scss'
22
33import * as messages from '@cucumber/messages'
4- import { components , searchFromURLParams } from '@cucumber/react'
4+ import { components , searchFromURLParams } from '@cucumber/react-components '
55import React from 'react'
66import ReactDOM from 'react-dom'
77
Original file line number Diff line number Diff line change 1+ ⚠️ This is an internal package; you don't need to install it in order to use the html formatter in ` cucumber ` as it's built in there.
2+
3+ # html-formatter
4+
5+ > Takes a stream of Cucumber messages and outputs a standalone HTML report using Cucumber's React components
You can’t perform that action at this time.
0 commit comments