NEW: devel/ruby-allure-rspec
This commit is contained in:
parent
7eb9080cdf
commit
cc1f5fb8f0
4 changed files with 34 additions and 0 deletions
19
devel/ruby-allure-rspec/Makefile
Normal file
19
devel/ruby-allure-rspec/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
COMMENT= generate rich allure test reports
|
||||||
|
|
||||||
|
DISTNAME= allure-rspec-2.22.0
|
||||||
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||||
|
|
||||||
|
# Apache-2.0
|
||||||
|
PERMIT_PACKAGE= Yes
|
||||||
|
|
||||||
|
MODULES= lang/ruby
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||||
|
devel/ruby-allure-ruby-commons,${MODRUBY_FLAVOR} \
|
||||||
|
devel/ruby-rspec/3/core,${MODRUBY_FLAVOR}
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= ruby gem
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/ruby-allure-rspec/distinfo
Normal file
2
devel/ruby-allure-rspec/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (allure-rspec-2.22.0.gem) = qHGaDSotKaKXxTILz2URRl2t54Tsd3yoKZpjRv34TOA=
|
||||||
|
SIZE (allure-rspec-2.22.0.gem) = 9728
|
1
devel/ruby-allure-rspec/pkg/DESCR
Normal file
1
devel/ruby-allure-rspec/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Cucumber adaptor to generate rich allure test reports.
|
12
devel/ruby-allure-rspec/pkg/PLIST
Normal file
12
devel/ruby-allure-rspec/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/allure-rspec.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/allure_rspec/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/allure_rspec/_utils.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/allure_rspec/config.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/allure_rspec/formatter.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/allure_rspec/metadata_parser.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/allure_rspec/suite_labels.rb
|
||||||
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue