[ 源代码: ruby-rspec-junit-formatter ]
软件包:ruby-rspec-junit-formatter(0.4.1-2)
ruby-rspec-junit-formatter 的相关链接
Debian 的资源:
下载源码包 ruby-rspec-junit-formatter:
- [ruby-rspec-junit-formatter_0.4.1-2.dsc]
- [ruby-rspec-junit-formatter_0.4.1.orig.tar.gz]
- [ruby-rspec-junit-formatter_0.4.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
RSpec JUnit XML formatter
RSpec results that your continuous integration service can read. This is made possible by storing output in XML format.
Caveats: XML can only represent a limited subset of characters which excludes null bytes and most control characters. This library will use character entities where possible and fall back to replacing invalid characters with Ruby-like escape codes otherwise. For example, the null byte becomes `\0`.
其他与 ruby-rspec-junit-formatter 有关的软件包
|
|
|
|
-
- dep: ruby-rspec-core (>> 2.12~)
- Behaviour Driven Development framework for Ruby - core