Skip to main content

Changelog

Playwright TypeScript (Fixtures)

1.37.3 (Jun 15, 2025)

Bug Fixes

  • Logs now differentiate between missing and invalid API key errors
  • Resolved issue relating to Storybook navigating timeouts

1.37.2 (Apr 17, 2025)

Features

  • layoutBreakpoints now accepts height breakpoint values

Bug Fixes

  • Added checks for undefined regions in CheckSettings
  • Resolved issue regarding basic auth and protected resources
  • Enhanced error messaging in tunnel client
  • Added error logging for executePoll
  • Other performance enhancements

1.37.1 (Apr 03, 2025)

Bug Fixes

  • Internal improvements

1.37.0 (Mar 30, 2025)

Features

  • Allow fully to be set via configuration object
  • Allow callback functions to be sent to waitBeforeCapture

Bug Fixes

  • Resolved issue in which input range values caused a render issue
  • openCheckAndClose are now properly rejected on request failures

1.36.5 (Mar 13, 2025)

Bug Fixes

  • Resolved issue where report failed due to new attachment step
  • Resolved issue in which configuration import failed

1.36.4 (Mar 06, 2025)

Bug Fixes

  • Resolved issue with environment variable aliases with _NAME suffix
  • Concurrency now supported in offline mode

1.36.3 (Feb 26, 2025)

Bug Fixes

  • Resolves issue with stitchMode in checkSettings

1.36.2 (Feb 23, 2025)

Bug Fixes

  • Internal Improvements

1.36.1 (Feb 16, 2025)

Bug Fixes

  • Resolved issue running tests integrating Playwright Fixture on Windows machines

1.36.0 (Jan 30, 2025)

Bug Fixes

  • Resolved issue with type:module in package.json
  • Coded regions with dynamic match level can now be initialized with element references not only locators
  • Improved network performance
  • Improved branch detection on GitHub actions
  • Resolved issue running SDK on Windows

1.35.2 (Jan 22, 2025)

Bug Fixes

  • Internal improvements

1.35.1 (Jan 19, 2025)

Bug Fixes

  • Resolved issue with ECMAScript modules in Playwright Fixture
  • Resolved issue with items not being masked in the log
  • Resolved performance issue with Ultrafast Grid

1.35.0 (Jan 13, 2025)

Bug Fixes

  • Internal improvements

1.34.1 (Dec 31, 2024)

Features

  • API keys, secret token, and dedicated cloud URLs can now be masked in the log using the argument maskLog: true
  • Resolved issue with coded regions in pages with cross origin frames
  • Resolved issue with non-integer coordinates in coded regions

1.34.0 (Dec 18, 2024)

Bug Fixes

  • Internal improvements

1.33.2 (Dec 5, 2024)

Bug Fixes

  • Resolved issue with coded regions that had dynamic match level initialized from Locator objects

1.33.1 (Nov 29, 2024)

Bug Fixes

  • Internal improvements

1.33.0 (Nov 29, 2024)

Bug Fixes

  • Internal improvements

1.32.1 (Nov 27, 2024)

Bug Fixes

  • Corrected link to the tutorial
  • Resolved issue with SCM integration

1.32.0 (Nov 12, 2024)

Bug Fixes

  • Minor fixes in the UI
  • Added links to the Playwright documentation