Skip to content

Release 0.6.5

Compare
Choose a tag to compare
@jamesmcroft jamesmcroft released this 25 Sep 14:12
· 442 commits to main since this release

Packages available on NuGet

Changes:

Added support for Microsoft Chromium Edge 💻

Legerity previously lacked out-of-the-box support for the Microsoft Chromium Edge version, relying on the user to rename the Chromium Edge driver to match that of the Legacy Edge driver.

Support has now been added for this variant under the WebAppDriverType.EdgeChromium option. If you were previously using the workaround to launch for Chromium Edge, you can now swap over.

Updated AppManagerOptions ToString output for tests 💬

Changes have been made to each of the platform specific AppManagerOptions to output more detail around the configuration of the options.

This improves the readability of using Legerity for cross/multi platform scenarios within the test output.

Updated documentation 📃

Some minor changes to the existing documentation around using Legerity to showcase how it can be used to launch your application for testing under multiple scenarios including:

  • Windows
  • Android
  • Web
  • Cross/multi platform

The documentation also provides some information around how Legerity can be used to write UI tests for testing applications built with cross-platform tools such as Xamarin and the Uno Platform.