File: control

package info (click to toggle)
ruby-cucumber-html-formatter 23.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,000 kB
  • sloc: ruby: 122; makefile: 4; javascript: 1
file content (25 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (2)
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.