github grafana/xk6-browser v0.1.1

latest releases: v1.5.1, v1.5.0, v1.4.3...
2 years ago

This is a patch release that fixes a few bugs and does minor improvements.

Bugs fixed

  • Fix getting response body if Frame is nil. (#87)
  • Fix possible race condition accessing logrus level. (#91)
  • Fix nil pointer panic on Frame.networkIdleCtx. (#109)
  • Fix errors setting extra HTTP headers. (#116)
  • Fix data race on Response.body. (#124)
  • Fix nil pointer panic accessing Frame.currentDocument. (#127)

Improvements

  • Skip request handling of data: URLs. (#91)
  • Log URL when fetching response body fails. (#91)
  • Clean up browser process in case of a test error. (#110)

Internals

  • Refactor Request.url into url.URL. (#86)
  • Update k6 dependency to v0.35.0. (#122)

    This fixes the issue of building the extension with xk6 due to a breaking change of
    JavaScript module interfaces in the latest version of k6.

Don't miss a new xk6-browser release

NewReleases is sending notifications on new releases.