1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: ruby-cucumber-html-formatter
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.2.8~),
ruby,
ruby-cucumber-messages (<< 33),
ruby-cucumber-messages (>> 23)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-cucumber-html-formatter.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-cucumber-html-formatter
Homepage: https://github.com/cucumber/html-formatter
Testsuite: autopkgtest-pkg-ruby
Package: ruby-cucumber-html-formatter
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: formatter that produces a pretty HTML report for Cucumber runs
This is a cross-platform formatter that produces a pretty HTML report for
Cucumber runs. It is built on top of @cucumber/react-components and works
with any Cucumber implementation with a message formatter that outputs
cucumber messages.
|