Magenic.Maqs
5.7.0
The MAQS project has moved and is now maintained by cognizant Softvision
For upgrade details please see: https://cognizantopensource.github.io/maqs-dotnet/#/MAQS_9/UpgradingFromMAQS7ToMAQS9
See the version list below for details.
Requires NuGet 3.6 or higher.
dotnet add package Magenic.Maqs --version 5.7.0
NuGet\Install-Package Magenic.Maqs -Version 5.7.0
<PackageReference Include="Magenic.Maqs" Version="5.7.0" />
paket add Magenic.Maqs --version 5.7.0
#r "nuget: Magenic.Maqs, 5.7.0"
// Install Magenic.Maqs as a Cake Addin #addin nuget:?package=Magenic.Maqs&version=5.7.0 // Install Magenic.Maqs as a Cake Tool #tool nuget:?package=Magenic.Maqs&version=5.7.0
Magenic's automation quick start framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Microsoft.Extensions.Configuration (>= 3.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.0.0)
- Microsoft.Extensions.Configuration.Json (>= 3.0.0)
- MSTest.TestFramework (>= 2.0.0)
- NUnit (>= 3.12.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Magenic.Maqs:
Package | Downloads |
---|---|
Magenic.Maqs.SpecFlow
Magenic's automation quick start framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
7.0.6 | 48,869 | 1/5/2022 | |
7.0.5 | 10,455 | 12/21/2021 | |
7.0.4 | 8,252 | 12/3/2021 | |
7.0.3 | 1,266 | 12/2/2021 | |
7.0.2 | 2,116 | 11/19/2021 | |
7.0.1 | 1,730 | 11/5/2021 | |
7.0.0 | 1,364 | 11/5/2021 | |
7.0.0-beta1 | 818 | 10/22/2021 | |
7.0.0-alpha2 | 721 | 10/14/2021 | |
7.0.0-alpha1 | 720 | 9/2/2021 | |
6.4.1 | 7,449 | 7/14/2021 | |
6.4.0 | 11,531 | 6/29/2021 | |
6.3.2 | 1,648 | 6/22/2021 | |
6.3.1 | 1,508 | 6/2/2021 | |
6.3.0 | 1,623 | 5/5/2021 | |
6.2.3-beta1 | 714 | 3/28/2021 | |
6.2.2 | 10,209 | 2/25/2021 | |
6.2.1 | 2,212 | 2/20/2021 | |
6.2.0 | 11,049 | 1/24/2021 | |
6.2.0-beta.2 | 528 | 1/14/2021 | |
6.2.0-beta | 713 | 12/10/2020 | |
6.1.0 | 2,461 | 11/17/2020 | |
6.1.0-beta.1 | 790 | 10/27/2020 | |
6.0.1 | 3,240 | 7/14/2020 | |
6.0.0 | 1,657 | 7/2/2020 | |
6.0.0-beta.2 | 675 | 6/25/2020 | |
6.0.0-beta.1 | 605 | 6/25/2020 | |
6.0.0-beta | 755 | 6/24/2020 | |
5.8.2 | 3,148 | 4/24/2020 | |
5.8.1 | 9,953 | 3/16/2020 | |
5.8.0 | 1,998 | 2/18/2020 | |
5.7.0 | 16,331 | 12/20/2019 | |
5.6.0 | 12,605 | 10/14/2019 | |
5.5.2 | 9,388 | 9/6/2019 | |
5.5.1 | 5,368 | 8/19/2019 | |
5.5.0 | 3,234 | 6/25/2019 |
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
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
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
5.5.1 - 2019/8/1
Bug fixes and minor enhancements
- Less strict configuration rules
- Improve loggers multi-threading support
- Extend generic waits
- Extend Selenium find to support multiple element searches
Template updates
- Move over to SDK style
5.5.0 - 2019/5/11
Bug fixes and minor enhancements
Update how and when test context info is added to config (GitHub Issue #14)
Deprecating FakerData
WaitFor and WaitUntil List of elements
Template updates
5.4.0 - 2019/3/28
Bug fixes and minor enhancements
- Add support for Oracle SQL support
- Add accessibility testing support
- Fix Appium driver dispose
- Move driver initializations to factories
- Change to lighter icon
5.3.1 - 2019/2/20
Bug fixes and minor enhancements
- Appium fix for soft assert
- Selenium template fix
5.3.0 - 2019/2/9
Bug fixes and minor enhancements
- Enhance how we add associated files to a test
- Enhance Selenium page object model to support web driver overrides
5.2.0 - 2018/12/21
Bug fixes and minor enhancements
- Check for long file paths before attaching them to a test run result
- Streamline Selenium cleanup
- Make it easier to override soft assert
- Stop creating a second log file when a test fails because of a soft assert
5.1.1 - 2018/10/5
Bug fixes and minor enhancements
- Build and package both .Net Standard and .Net framework libraries
- Reintroduce automatically adding log and screenshot files to test results
- For Microsoft.VisualStudio.TestTools.UnitTesting tests only
- Only works for .Net framework, this feature is not available for .Net core
- Update to Appium 4
- Remove generic remote browser options
- Pull PhantomJS support as it has been deprecated and removed from Selenium