Skip to content

v0.8.0

Compare
Choose a tag to compare
@jamesmcroft jamesmcroft released this 19 Mar 07:59
· 393 commits to main since this release
05c21ee

What's Changed

Minor update to include a new LegerityTestClass to simplify the setup required for the Legerity AppManager. The /samples/W3SchoolsWebTests/BaseTestClass.cs serves as a simple example of how to use this.

Simply set the Options property in your test class constructor, or pass through if using a test fixture source for multiple platform runs, and call base.StartApp() in your test startup, and base.StopApp() in your test cleanup.

Also includes new platform element wrapper specific extension methods for better support of the WaitUntil() method.

Full Changelog: v0.7.0...v0.8