- Added Testing Library‑style locator methods (getByText, getByRole, getByLabel, getByPlaceholder, getByAltText, getByTitle) across Page, Locator, FrameLocator, and Frame objects.
- Introduced new config options: workers can be a CPU‑percentage string, html reporter now accepts host and port, and FullConfig.configFile exposes the config file path to reporters.
- Changed behavior: expect(...).toHaveAttribute empty value no longer matches missing attribute; grep/grepInvert CLI options now honor config settings; JSON reporter paths resolve relative to the config directory.