Skip to content

v0.0.39

Choose a tag to compare

@github-actions github-actions released this 21 May 19:44
· 31 commits to main since this release
v0.0.39
5dc4c45

[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 returns false for element-not-found failures, rethrows all other errors (#138), thanks to @JustasMonkev