Cucumber-HTML

Cucumber-HTML is a cross-platform HTML formatter for all the Cucumber implementations.

Лицензия

Лицензия

Категории

Категории

Cucumber Тестирование приложения и мониторинг
Группа

Группа

io.cucumber
Идентификатор

Идентификатор

cucumber-html
Последняя версия

Последняя версия

0.2.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

Cucumber-HTML
Cucumber-HTML is a cross-platform HTML formatter for all the Cucumber implementations.

Скачать cucumber-html

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-html/ -->
<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>cucumber-html</artifactId>
    <version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-html/
implementation 'io.cucumber:cucumber-html:0.2.7'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-html/
implementation ("io.cucumber:cucumber-html:0.2.7")
'io.cucumber:cucumber-html:jar:0.2.7'
<dependency org="io.cucumber" name="cucumber-html" rev="0.2.7">
  <artifact name="cucumber-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-html', version='0.2.7')
)
libraryDependencies += "io.cucumber" % "cucumber-html" % "0.2.7"
[io.cucumber/cucumber-html "0.2.7"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

build status

Cucumber-HTML is a cross-platform HTML formatter for all the Cucumber implementations. It's currently only used by Cucumber-JVM and Cucumber.js, but may be used by other implementations later.

Update Juli 2018: cucumber-html has been inlined into cucumber-jvm. Update August 2017: Cucumber.js does not use this project.

The current thinking is to replace formatters like the HTML formatter and Pretty formatter with event-based, all-platform compatible utilities in the spirit of cucumber-pretty-formatter (a work-in-progress).

Prerequisites

The formatter generates HTML that conforms to the HTML5 specification, so you need a modern browser to see the results.

Generating PDF

This formatter replaces Cucumber's old PDF formatter. You can easily turn a HTML report into a PDF with the excellent wkhtmltopdf:

wkhtmltopdf cucumber-report.html cucumber-report.pdf

Release process

  • Make sure pom.xml has a X.Y.Z-SNAPSHOT version
  • Make sure package.json has a X.Y.Z version

Now release:

make release
io.cucumber

Cucumber

Cucumber Open

Версии библиотеки

Версия
0.2.7