Skip to content

v0.0.36

Choose a tag to compare

@github-actions github-actions released this 16 May 14:58
· 46 commits to main since this release
v0.0.36
291c895
  • Feat: add toHaveCount and toBeEmpty assertions (#122), thanks to @alexC2K
  • Feat: add device info annotations to test report (#125)
  • Feat(test): attach accessibility tree on test failure via saveTreeOnFailure (#111), thanks to @farhanlabib
  • Feat: add eslint with @typescript-eslint and @Stylistic rules (#127)
  • Fix(driver): reject .ipa installs on iOS simulators with a clear error (#74), thanks to @krismuhi
  • Fix: only catch LocatorError in expect assertions, rethrow unexpected errors (#126)
  • Fix: respect autoAppLaunch config option in test fixture (#110), thanks to @farhanlabib