v0.8.0
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.
- Bump Microsoft.Edge.SeleniumTools from 3.141.2 to 3.141.3 by @dependabot in #111
- Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 by @dependabot in #110
- Added new issue templates by @jamesmcroft in #112
- Bump Selenium.WebDriver.MSEdgeDriver from 97.0.1072.55 to 99.0.1150.25 by @dependabot in #115
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 by @dependabot in #113
- Introduced LegerityTestClass & platform WaitUntil conditions by @jamesmcroft in #116
Full Changelog: v0.7.0...v0.8