This repository was archived by the owner on Aug 6, 2025. It is now read-only.
v4.4.0
4.4.0 (2022-09-18)
Bug Fixes
- fixture: throw correct error when
find*
query times out on visibility (ee5115b)
Features
- fixture: add
locatorFixtures
that provideLocator
-based queries (9ca0808) - fixture: add
screen
fixture that combinesPage
andQueries
(ac9e452) - fixture: add support for
find*
queries in locator fixture (1b888cf) - fixture: expose unofficial
queriesFor
helper (c9f081e) - fixture: support
Page
inwithin
fixture (returnsScreen
) (9a40ba8) - support configure API with locator fixture via
test.use
(ed66c3f)