v0.0.39
[0.0.39] (2026-05-21)
- Feat: add test step instrumentation for HTML reporter (#144)
- Feat: add Dockerfile for mobilewright image, multi-arch for arm64 and amd64 (#143)
- Fix(locator):
isVisible()no longer swallows driver/session errors — only returnsfalsefor element-not-found failures, rethrows all other errors (#138), thanks to @JustasMonkev