1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ruby-cucumber-messages
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~)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-cucumber-messages.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-cucumber-messages
Homepage: https://github.com/cucumber/messages
Testsuite: autopkgtest-pkg-ruby
Package: ruby-cucumber-messages
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: message protocol for representing results from Cucumber
Cucumber Messages is a message protocol for representing results and other
information from Cucumber. The protocol aims to decouple various components
of the Cucumber platform, with the following advantages:
- Each component only needs to know about a subset of messages
- Gherkin is decoupled from the Cucumber execution component
- Enables the future support other formats such as Markdown and Excel
|