mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add rubygem-cucumber-html-formatter 6.0.2
Cucumber HTML Formatter is a cross-platform formatter that produces a HTML report for Cucumber runs. It is built on top of cucumber-react and works with any Cucumber implementation with a protobuf formatter that outputs cucumber messages. WWW: https://github.com/cucumber/cucumber/tree/master/html-formatter/ruby
This commit is contained in:
parent
6e5ea7344d
commit
8e41d8df52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538747
4 changed files with 33 additions and 0 deletions
|
@ -1497,6 +1497,7 @@
|
|||
SUBDIR += rubygem-css_parser
|
||||
SUBDIR += rubygem-cssmin
|
||||
SUBDIR += rubygem-cucumber-gherkin
|
||||
SUBDIR += rubygem-cucumber-html-formatter
|
||||
SUBDIR += rubygem-diff-lcs
|
||||
SUBDIR += rubygem-diff_match_patch
|
||||
SUBDIR += rubygem-diffy
|
||||
|
|
23
textproc/rubygem-cucumber-html-formatter/Makefile
Normal file
23
textproc/rubygem-cucumber-html-formatter/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cucumber-html-formatter
|
||||
PORTVERSION= 6.0.2
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= HTML formatter for Cucumber
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-cucumber-messages>=12.1.1<13:devel/rubygem-cucumber-messages
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/cucumber-html-formatter
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-cucumber-html-formatter/distinfo
Normal file
3
textproc/rubygem-cucumber-html-formatter/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1591281344
|
||||
SHA256 (rubygem/cucumber-html-formatter-6.0.2.gem) = bcd499c31f54ca868c14a237eab9ffd10317f44558d1fef2505cbcb76ce6bbbc
|
||||
SIZE (rubygem/cucumber-html-formatter-6.0.2.gem) = 447488
|
6
textproc/rubygem-cucumber-html-formatter/pkg-descr
Normal file
6
textproc/rubygem-cucumber-html-formatter/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Cucumber HTML Formatter is a cross-platform formatter that produces a HTML
|
||||
report for Cucumber runs. It is built on top of cucumber-react and works with
|
||||
any Cucumber implementation with a protobuf formatter that outputs cucumber
|
||||
messages.
|
||||
|
||||
WWW: https://github.com/cucumber/cucumber/tree/master/html-formatter/ruby
|
Loading…
Add table
Reference in a new issue