Path to this page:
./
www/p5-Playwright,
Perl client for Playwright
Branch: CURRENT,
Version: 1.460nb1,
Package name: p5-Playwright-1.460nb1,
Maintainer: schmonzPlaywright enables reliable end-to-end testing for modern web apps:
- All modern rendering engines including Chromium, WebKit, and Firefox.
- Test on Windows, Linux, and macOS, locally or on CI, headless
or headed.
- Use the Playwright API in TypeScript, JavaScript, Python, .NET, Java.
- Native mobile emulation of Google Chrome for Android and Mobile
Safari. The same rendering engine works on your Desktop and in
the Cloud.
Master sites: (Expand)
Filesize: 644.172 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Playwright-1.460nb1
- (2024-08-14) Updated to version: p5-Playwright-1.460
- (2024-05-04) Updated to version: p5-Playwright-1.431
- (2024-02-10) Updated to version: p5-Playwright-1.401
- (2023-07-06) Updated to version: p5-Playwright-1.324nb1
- (2023-04-20) Updated to version: p5-Playwright-1.324
CVS history: (Expand)
2024-02-10 02:16:41 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
p5-Playwright: update to 1.401. Changes:
- Fix ConsoleMessages being broken due to returning out-of-spec data
- Add support for connecting to browserless.io playwright hosts
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-04-20 20:13:06 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.324. From the changelog:
- Ensure all PW methods returning Locator objects are correctly blessed
|
2023-04-18 18:31:54 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.323. From the changelog:
- Ensure temporary files used for IPC by await() are cleaned out of
/tmp. Patch courtesy of Yanick Champoux.
- Add experimental support for the locator API via Page->locator().
|
2023-03-12 16:16:01 by Thomas Klausner | Files touched by this commit (1) |
Log message:
p5-Playwright: skip check for interpreter in one file
Alternative would be a node dependency...
|
2023-03-08 16:35:04 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Add p5-Playwright, a Perl client for Playwright.
Playwright enables reliable end-to-end testing for modern web apps:
- All modern rendering engines including Chromium, WebKit, and Firefox.
- Test on Windows, Linux, and macOS, locally or on CI, headless
or headed.
- Use the Playwright API in TypeScript, JavaScript, Python, .NET, Java.
- Native mobile emulation of Google Chrome for Android and Mobile
Safari. The same rendering engine works on your Desktop and in
the Cloud.
|