File: control

package info (click to toggle)
libtest-www-selenium-perl 1.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 464 kB
  • ctags: 195
  • sloc: perl: 2,382; xml: 1,459; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,465 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
Source: libtest-www-selenium-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
           gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdevel-repl-perl,
                     libnamespace-clean-perl,
                     libtest-exception-perl,
                     libtest-mock-lwp-perl,
                     liburi-perl,
                     libwww-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-www-selenium-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-www-selenium-perl.git
Homepage: https://metacpan.org/release/Test-WWW-Selenium

Package: libtest-www-selenium-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libnamespace-clean-perl,
         liburi-perl,
         libwww-perl
Recommends: libdevel-repl-perl
Description: Perl test framework using Selenium Remote Control
 Test::WWW::Selenium is a WWW::Selenium subclass that provides methods useful
 for writing an automated test suite. For every Selenium command, there is a
 corresponding method that checks its return value; likewise, for each getter,
 there is a corresponding set of methods to verify the value of the attribute.