Releases: pawel-up/lupa
Releases · pawel-up/lupa
v0.4.8
v0.4.7
Immutable
release. Only release title and notes can be modified.
0.4.7 (2026-06-07)
Bug Fixes
- add dragTo locator action and createFileDragEvent testing helper (36aa589)
- add emulation command suite for viewport, media, geolocation, permissions, and offline state (1b7aaed)
- add screenshot command for full-page and element-specific captures (af6bf0b)
- add selectOption support to Locator and deprecate the global command function (0dcb2d3)
- adding --pined to the list command filters (6a25592)
- adding docs and skills (2f6af8a)
- adding file discovery progress (50cbce5)
- expand assertion rejects/doesNotReject with browser-specific maps and pattern arrays (86c2dad)
- implement cookies command API for adding, retrieving, and clearing browser cookies (f3da839)
- implement file upload support with new FileChooser service and locator.setInputFiles method (60cda8d)
- implement keyboard commands and locator.pressSequentially action (21cc315)
- include browser name in error reports when running tests across multiple browsers (9216f6c)
- introduce Mouse command class for enhanced coordinate-based interaction (e0f1191)
- progress rendered per browser (794da61)
- remove allowUnknownOption from test and list CLI commands (f1105d8)
- update bail CLI options with layer validation and enable parallel execution configuration (b775db2)
v0.4.6
Immutable
release. Only release title and notes can be modified.
v0.4.5
Immutable
release. Only release title and notes can be modified.
Full Changelog: v0.4.3...v0.4.5
v0.4.4
v0.4.3
Immutable
release. Only release title and notes can be modified.
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
v0.4.0
0.4.0 (2026-06-02)
Features
- coverage: filter TS non-executable lines (ea40503), closes istanbuljs/v8-to-istanbul#266