v0.13.0
What's Changed
✨ New - Introducing dotnet new
templates for setting up the structure for Legerity UI test projects for platforms. Includes templates for Windows, Android, iOS, Web, and one for testing cross-platform!
🎨 Improvement - Web Authentication now includes new page objects for Facebook and Google login flows.
⬆️ Upgrades - Package dependencies have been upgraded to their latest minor versions to continue to improve support and maintainability of Legerity.
📝 Documentation - Legerity's documentation has been overhauled! Everything was stripped back and re-written to provide better clarity on adopt and use Legerity in the development flow of app projects.
- Added page object for web auth flow for Facebook by @jamesmcroft in #168
- Added Google auth flow page object and docs by @jamesmcroft in #169
- ⬆️ Updated dependencies by @jamesmcroft in #170
- Bump Selenium.WebDriver.ChromeDriver from 106.0.5249.6100 to 107.0.5304.6200 by @dependabot in #171
- Bump NUnit3TestAdapter from 4.2.1 to 4.3.0 by @dependabot in #173
- Bump Appium.WebDriver from 4.3.2 to 4.4.0 by @dependabot in #172
- Bump Selenium.WebDriver.MSEdgeDriver from 106.0.1370.34 to 107.0.1418.35 by @dependabot in #175
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 by @dependabot in #174
- Bump Selenium.WebDriver.MSEdgeDriver from 107.0.1418.35 to 107.0.1418.42 by @dependabot in #176
- Bump NUnit3TestAdapter from 4.3.0 to 4.3.1 by @dependabot in #178
- Bump Scriban from 5.5.0 to 5.5.1 by @dependabot in #177
- ✨ Added NUnit
dotnet new
templates for Legerity platforms by @jamesmcroft in #185 - 📝 Overhaul of Legerity documentation by @jamesmcroft in #180
Full Changelog: v0.12.0...v0.13.0