Releases: Magenic/MAQS
v6.0.0
What's Changed
- Add Linux web driver support (#329) @FermJacob
- Improve HTML Logger (#59) @JeffreyZacher
- Allow users to get raw web elements from lazy elements (#312) @TroyWalshProf
- Separate base NuGet packages (#178, #179, #180, #181, #190, #191, #192, #193, #194 , #195, #197) @MathiasButala & @FermJacob
- Remove faker data. Point users to https://www.nuget.org/packages/Faker.Data/2.0.0 instead. (#87, #196) @FermJacob & @jonreding2010
- Make config validation optional (#385) @TroyWalshProf
- Add MAQS 6 docs (#371) @TroyWalshProf
- Add support for Selenium Axe HTML reports (#373 ) @TroyWalshProf
- Move extensions to separate repository (#273) @jason-edstrom
- MAQS 6.0 Deployment (#411) @FermJacob
- Feature/add symbols (#408) @TroyWalshProf
- Remove all obsolete V5 code (#176) @TroyWalshProf
Bug fixes
- Support NUnit repeat functionality (#397) @TroyWalshProf
- Address config validation issues (#385) @TroyWalshProf
- Appium lazy elements stop using Selenium timeouts and start using Appium timeouts (#368 ) @TroyWalshProf
- Appium lazy element returning false when element not found (#369 ) @TroyWalshProf
Build
- Dockerize test assets that lock us to a self hosted build agent (#376, #310, #352, #353) @BrannenGH and @FermJacob
v6.0.0-beta
add VS code install & getting started documentation (#394) * add VS code install documentation for 6.0 #322 * merged Install and Getting Started pages add new screenshots for VS2019 add instrucitons to MAQS 5 documentation
v5.8.2
Remove V6 code
v5.8.1
5.8.1 - 2020/03/13
Bug fixes and minor enhancements
- Add FindLazyElement and FindLazyElements to LazyElement
- Have Lazy element return standard elements for FindElement and FindElements
- No longer set browser specific timeouts when running non-browser tests in Appium
v5.8
v5.7.0
5.7.0 - 2019/12/04
Bug fixes and minor enhancements
- Have lazy element FindElement and FindElements return lazy element
- Add Exists and ExistsNow checks to lazy element
- Consolidate core lazy element and core lazy mobile element functionality
- Add SelectDropdownOption and SelectDropdownOption to lazy element
- Add GetSelectedOptionFromDropdown and GetSelectedOptionsFromDropdown to lazy element
- Exclude more duplicate log entries
- Stop create multiple log files for NUnit tests
Template updates
- updated to 5.7 MAQS references
v5.6
5.6.0 - 2019/10/10
Bug fixes and minor enhancements
- Logging improvements
- Add proxy configuration for Selenium and web service tests
Package update
- Add support for .Net Core 3
- Mass dependency updates
Template updates
- Mass dependency updates
- Add models to SpecFlow templates
v5.5.2
5.5.2 - 2019/9/5
Bug fixes and minor enhancements
- Add associated files to Core MSTest test results
Package update
- Add Mongo module to the package
Template updates
- Mass dependency updates