Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 21:26
· 4 commits to refs/heads/main since this release
e900ce2

What's Changed

  • test: Disable FullReset in IOS/ClipboardTest (#882) @Dor-bl
  • test: update alert text assertion in IOS/AlertTests (#883) @Dor-bl
  • test: Replace deprecated ByIosUIAutomation in ScrollingSearchingTest (#881) @Dor-bl
  • test: fix assertion for logs entry (#878) @Dor-bl
  • test: fix IOS/SearchingTest (#879) @Dor-bl
  • BREAKING CHANGE: AndroidDriver to use modern mobile: commands for Lock, IsLocked and Unlock (#874) @Dor-bl
  • github: Remove the selenium group (#865) @Dor-bl

✨ Enhancements

  • feat: 'IOSDriver' to use modern mobile: commands for Lock, IsLocked and Unlock (#875) @Dor-bl

📦 Dependencies

  • build(deps): bump Selenium.WebDriver from 4.26.1 to 4.27.0 in /src/Appium.Net (#871) @dependabot
  • build(deps): bump NUnit from 4.2.2 to 4.3.0 in /test/integration (#880) @dependabot
  • build(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /test/integration (#869) @dependabot
  • build(deps): bump NUnit.Analyzers from 4.3.0 to 4.4.0 in /test/integration (#868) @dependabot
  • build(deps): bump System.Text.Json from 8.0.5 to 9.0.0 in /test/integration (#867) @dependabot

🛠️ Pipeline

  • ci: Split tests into two separate tasks per framework (#877) @Dor-bl