Magenic.Maqs.SpecFlow 5.5.0

Suggested Alternatives

CognizantSoftvision.Maqs.SpecFlow

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 add package Magenic.Maqs.SpecFlow --version 5.5.0
NuGet\Install-Package Magenic.Maqs.SpecFlow -Version 5.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Magenic.Maqs.SpecFlow" Version="5.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Magenic.Maqs.SpecFlow --version 5.5.0
#r "nuget: Magenic.Maqs.SpecFlow, 5.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Magenic.Maqs.SpecFlow as a Cake Addin
#addin nuget:?package=Magenic.Maqs.SpecFlow&version=5.5.0

// Install Magenic.Maqs.SpecFlow as a Cake Tool
#tool nuget:?package=Magenic.Maqs.SpecFlow&version=5.5.0

CI Build Status: CI Build Status
Release Candidate Build Status: Release Candidate Build Status

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.

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.6 758 1/5/2022
7.0.5 604 12/21/2021
7.0.4 631 12/3/2021
7.0.3 631 12/2/2021
7.0.2 1,099 11/19/2021
7.0.1 729 11/5/2021
7.0.0 732 11/5/2021
7.0.0-beta1 355 10/22/2021
7.0.0-alpha2 338 10/14/2021
7.0.0-alpha1 313 9/2/2021
6.4.1 761 7/14/2021
6.4.0 725 6/29/2021
6.3.2 729 6/22/2021
6.3.1 742 6/2/2021
6.3.0 722 5/5/2021
6.2.3-beta1 299 3/28/2021
6.2.2 718 2/25/2021
6.2.1 731 2/20/2021
6.2.0 724 1/24/2021
6.2.0-beta.2 207 1/14/2021
6.2.0-beta 309 12/10/2020
6.1.0 1,048 11/17/2020
6.1.0-beta.1 260 10/27/2020
6.0.1 836 7/14/2020
6.0.0 770 7/2/2020
6.0.0-beta.2 346 6/25/2020
6.0.0-beta.1 277 6/25/2020
6.0.0-beta 437 6/25/2020
5.8.2 740 4/24/2020
5.8.1 1,146 3/16/2020
5.8.0 779 2/18/2020
5.7.0 750 12/20/2019
5.6.0 816 10/14/2019
5.5.2 807 9/6/2019
5.5.1 764 8/19/2019
5.5.0 942 7/2/2019

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

     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

     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