File: control

package info (click to toggle)
ruby-capybara 3.36.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,380 kB
  • sloc: ruby: 23,399; javascript: 748; makefile: 11
file content (53 lines) | stat: -rw-r--r-- 1,872 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: ruby-capybara
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Priority: optional
Build-Depends: cucumber,
               debhelper-compat (= 12),
               gem2deb,
               puma,
               rake,
               ruby-addressable,
               ruby-erubis,
               ruby-fuubar,
               ruby-launchy-shim,
               ruby-mini-mime,
               ruby-nokogiri (>= 1.8~),
               ruby-rack (>= 1.6~),
               ruby-rack-test (>= 0.6.3~),
               ruby-regexp-parser (>= 1.7.1-2~),
               ruby-rspec,
               ruby-selenium-webdriver,
               ruby-sinatra,
               ruby-xpath (>= 3.2~),
               yard
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-capybara
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-capybara.git
Homepage: https://github.com/teamcapybara/capybara
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-capybara
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery,
         libjs-jquery-ui,
         ruby-addressable,
         ruby-mini-mime,
         ruby-nokogiri (>= 1.8~),
         ruby-rack (>= 1.6~),
         ruby-rack-test (>= 0.6.3~),
         ruby-regexp-parser,
         ruby-xpath (>= 3.2~),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ruby-launchy
Description: integration testing tool for Rack based web applications
 Capybara helps to test web applications based on Rack (such
 as the ones using Rails or Sinatra). It simulates how a real user would
 interact with the application. Multiple test drivers are supported
 Rack::Test comes built-in but other drivers can be added separately.