Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Releases: nicholasvuono/xk6-playwright

v0.3.3

30 Mar 04:54

Choose a tag to compare

v0.3.3 Pre-release
Pre-release

Updated dependencies to hopefully get things working with new k6 setup and go-playwright updates 🎉

v0.3.2

27 Jul 02:39
8591360

Choose a tag to compare

v0.3.2 Pre-release
Pre-release
  • Added cookie support thank you @selfdeceited !!!
  • Also updated documentation to reflect needed dependencies and Windows build specifics. Thank you @gpiechnik2 !!!

v0.3.1

27 May 19:15
80be704

Choose a tag to compare

v0.3.1 Pre-release
Pre-release
Update README.md

v0.3.0

27 May 16:37
f5dba2d

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

upgraded modules & successfully added connect over CDP functionality

v0.2.5

25 May 19:59
ecd5313

Choose a tag to compare

v0.2.5 Pre-release
Pre-release

Added the ability to connect to existing browser instances! This allows for better debugging when creating tests locally, and the ability to connect to remote browsers!

v0.2.4

13 Mar 04:59

Choose a tag to compare

v0.2.4 Pre-release
Pre-release

Support for RUM

This release has introduced support for Real User Monitoring Metrics! We now have the ability to capture the following metrics for a current page:

  • First Paint
  • First Contentful Paint
  • Time to Minimally Interactive
  • First Input Delay

0.2.3

10 Mar 04:52

Choose a tag to compare

0.2.3 Pre-release
Pre-release

Slowly Adding and Adjusting!

  • added reload functionality
  • improved launch to add all possible options

v0.2.2

24 Feb 06:02

Choose a tag to compare

v0.2.2 Pre-release
Pre-release
feat: add dynamic browser options for custom launch

v0.2.1

24 Feb 05:14

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

A custom browser launch feature has been added to better support usage inside containers! 🎉

v0.2.0

22 Feb 01:38

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

A nice jump from where we were before!

  • Updated and tidied dependencies
  • Added the page actions needed for the extension to be minimally viable/valuable
  • Updated the README to include additional functions