Releases: nicholasvuono/xk6-playwright
Releases · nicholasvuono/xk6-playwright
v0.3.3
Updated dependencies to hopefully get things working with new k6 setup and go-playwright updates 🎉
v0.3.2
- Added cookie support thank you @selfdeceited !!!
- Also updated documentation to reflect needed dependencies and Windows build specifics. Thank you @gpiechnik2 !!!
v0.3.1
Update README.md
v0.3.0
upgraded modules & successfully added connect over CDP functionality
v0.2.5
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
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
Slowly Adding and Adjusting!
- added reload functionality
- improved launch to add all possible options
v0.2.2
feat: add dynamic browser options for custom launch
v0.2.1
A custom browser launch feature has been added to better support usage inside containers! 🎉
v0.2.0
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