Magenic.Maqs.Templates 5.4.0

Suggested Alternatives

CognizantSoftvision.Maqs.Templates

Additional Details

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

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.6 or higher.

dotnet new install Magenic.Maqs.Templates::5.4.0
This package contains a .NET Template Package you can call from the shell/command line.

MAQS

Introduction

MAQS stands for Magenic's automation quick start.

It …

  • is a modular test automation framework
  • can be used as the base for your automation project or individual pieces can be used to enhance existing frameworks
  • is maintained/extended by Magenic volunteers

The main idea behind MAQS is to avoid reinventing the wheel. Most automation engagements have you doing the same basic steps to get a functioning framework implemented. Utilizing project templates, NuGet, and utility libraries we are able to have a functioning framework up and running in minutes, almost entirely removing on the initial time investment on implementating an automation solution.

Help files

License

The MIT License (MIT) Copyright (c) 2019 Magenic

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.2 2,834 11/22/2021
7.0.1 2,759 11/6/2021
6.4.0 4,407 6/29/2021
6.3.0.1 3,127 5/17/2021
6.3.0 2,273 5/17/2021
6.2.1 2,928 2/20/2021
6.2.0 2,943 1/24/2021
6.0.1 3,284 8/3/2020
5.8.1 3,269 3/16/2020
5.8.0 3,106 2/18/2020
5.7.0 3,133 12/20/2019
5.6.0.1 3,172 10/21/2019
5.6.0 2,934 10/14/2019
5.5.2 3,142 9/6/2019
5.5.1 3,295 8/19/2019
5.5.0 3,522 6/10/2019
5.4.0 3,390 3/29/2019
5.3.1 3,028 2/22/2019
5.3.0 3,491 2/12/2019
5.2.1 3,953 1/9/2019
5.2.0 3,787 12/28/2018
5.1.1 3,920 10/9/2018

5.3.2 - 2019/3/25
     Bug fixes and minor enhancements
     - Update MAQS icons
 - Fix broken code in Selenium and Composite templates

   5.3.1 - 2019/2/20
     Bug fixes and minor enhancements
     - Appium fix for soft assert
 
5.3.0 - 2019/2/9
Bug fixes and minor enhancements
- Template updates
- Enhance how we add associated files to a test
- Enhance Selenium page object model to support web driver overrides
- Don't take screenshots and get page source if the driver was never initialized
 
5.2.1.1 - 2019/1/31
     Add nuget.config for all projects in the templates
 
5.2.1 - 2019/1/9
     Update templates to user asserts correctly
 Have pre and post build actions use project relative paths instead of solution relative paths
 
5.2.0 - 2018/12/21
     Update Appium templates to support the latest version of Appium
 Add a base Selenium page object model

5.1.1 - 2018/10/5
     Initial release