File: control

package info (click to toggle)
node-playwright 1.38.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,728 kB
  • sloc: javascript: 114,018; sh: 899; java: 372; xml: 247; cs: 118; python: 29; makefile: 12
file content (57 lines) | stat: -rw-r--r-- 1,476 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
54
55
56
57
Source: node-playwright
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-ansi-colors
 , node-babel7
 , node-chokidar
 , node-colors
 , node-commander
 , node-debug
 , node-enquirer
 , node-esbuild
 , node-expect
 , node-extract-zip
 , node-graceful-fs
 , node-https-proxy-agent
 , node-jest-matcher-utils
 , node-json5
 , node-mime
 , node-minimatch
 , node-open
 , node-pend
 , node-pirates
 , node-progress
 , node-proxy-from-env
 , node-retry
 , node-rimraf
 , node-signal-exit
 , node-socks-proxy-agent
 , node-source-map
 , node-stack-utils
 , node-typescript
 , node-ws
 , node-yauzl
 , node-yazl
Standards-Version: 4.6.2
Homepage: https://playwright.dev
Vcs-Git: https://salsa.debian.org/js-team/node-playwright-test.git
Vcs-Browser: https://salsa.debian.org/js-team/node-playwright-test
Rules-Requires-Root: no

Package: node-playwright
Architecture: all
Depends: ${misc:Depends}
 , nodejs:any
Recommends: firefox | chromium
Provides: ${nodejs:Provides}
 , playwright
Description: JavaScript framework for Web Testing and Automation
 node-playwright is a framework for Web Testing and Automation. It allows
 testing Chromium, Firefox and WebKit with a single API. Playwright is
 built to enable cross-browser web automation that is ever-green, capable,
 reliable and fast.