v10.0.0
Breaking changes
While the impact should be low for most projects, this version does introduce some breaking changes:
- Atata was updated to v3.1.0 from v2.9.0. Atata v3 brought breaking changes as well. So, if you integrated with some Atata features directly, you may need to adapt your code, see the migration guide. If you only used the higher-level APIs provided by the UI Testing Toolbox, then nothing to do (any problems will be apparent as build errors).
- The
TestBasicOrchardFeatures*
extension methods are now in their own namespace. You'll need to thus addusing Lombiq.Tests.UI.BasicOrchardFeaturesTesting;
to files using them. Everything works otherwise the same.
What's Changed
- OSOE-844: Don't include a file called .htmlvalidate.json by default in Lombiq.UITestingToolbox by @sarahelsaig in #361
- OSOE-770: Add support for structured html-validate output by @AydinE in #364
- OSOE-847: Basic Orchard features testing should include Workflows and Audit Trail by @DemeSzabolcs in #365
- LMBQ-323: Adding OS based visual verification option by @DemeSzabolcs in #368
- LMBQ-323: Adding AssertVisualVerificationApprovedOnAllResolutionsWithPlatformSuffix by @DemeSzabolcs in #369
- OSOE-770: Fix uncovered edge cases by @AydinE in #370
- OFFI-37: Adding SignInDirectlyAndGoToAdminRelativeUrlAsync extension method by @porgabi in #367
- OSOE-838: Updating Atata v3.1.0, and other dependencies to latest too, reliability improvements by @Piedone in #362
New Contributors
Full Changelog: v9.1.1...v10.0.0