AutoTests.Framework 6.3.10

dotnet add package AutoTests.Framework --version 6.3.10
                    
NuGet\Install-Package AutoTests.Framework -Version 6.3.10
                    
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="AutoTests.Framework" Version="6.3.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoTests.Framework" Version="6.3.10" />
                    
Directory.Packages.props
<PackageReference Include="AutoTests.Framework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AutoTests.Framework --version 6.3.10
                    
#r "nuget: AutoTests.Framework, 6.3.10"
                    
#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.
#addin nuget:?package=AutoTests.Framework&version=6.3.10
                    
Install AutoTests.Framework as a Cake Addin
#tool nuget:?package=AutoTests.Framework&version=6.3.10
                    
Install AutoTests.Framework as a Cake Tool

Overview

Reqnroll based autotest framework

Main features:

  • C# expression support inside features
  • Test data management framework
  • Model transformation framework
  • Component framework for UI testing

Test example

Feature: CheckoutForm

Scenario: checkout form validation test
    Given navigate to '@Data.Common.HomePageUrl'
    When set following values:
    | Name                  | Value      |
    | checkout > first name | first_name |
    | checkout > last name  | last_name  |
    And click on 'checkout > continue to checkout'
    Then should be visible:
    | Name                              |
    | checkout > username error message |
    And should have following values:
    | Name                              | Value                      |
    | checkout > username error message | Your username is required. |

More info: https://github.com/Romfos/AutoTests.Framework

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AutoTests.Framework:

Package Downloads
AutoTests.Framework.Components

Reqnroll (Gherkin) based BDD framework with focus on automation testing

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.10 61 4 days ago
6.3.9 132 2 months ago
6.3.8 121 2 months ago
6.3.7 133 5 months ago
6.3.6 119 5 months ago
6.3.5 126 6 months ago
6.3.4 129 7 months ago
6.3.3 222 10 months ago
6.3.2 152 5/31/2024
6.3.1 137 5/30/2024
6.3.0 132 5/23/2024
6.2.0 164 5/17/2024 6.2.0 is deprecated because it is no longer maintained.
6.1.0 224 4/7/2024 6.1.0 is deprecated because it is no longer maintained.
6.0.1 255 3/10/2024 6.0.1 is deprecated because it is no longer maintained.
6.0.0 322 2/12/2024 6.0.0 is deprecated because it is no longer maintained.
5.4.2 317 1/30/2024 5.4.2 is deprecated because it is no longer maintained.
5.4.1 830 1/12/2024 5.4.1 is deprecated because it is no longer maintained.
5.4.0 558 11/30/2023 5.4.0 is deprecated because it is no longer maintained.
5.3.13 632 11/27/2023 5.3.13 is deprecated because it is no longer maintained.
5.3.12 678 11/14/2023 5.3.12 is deprecated because it is no longer maintained.
5.3.11 779 8/17/2023 5.3.11 is deprecated because it is no longer maintained.
5.3.10 1,010 5/29/2023 5.3.10 is deprecated because it is no longer maintained.
5.3.9 1,152 3/9/2023 5.3.9 is deprecated because it is no longer maintained.
5.3.8 1,097 2/27/2023 5.3.8 is deprecated because it is no longer maintained.
5.3.7 1,169 1/5/2023 5.3.7 is deprecated because it is no longer maintained.
5.3.6 1,266 12/9/2022 5.3.6 is deprecated because it is no longer maintained.
5.3.4 1,252 12/6/2022 5.3.4 is deprecated because it is no longer maintained.
5.3.1 1,244 12/5/2022 5.3.1 is deprecated because it is no longer maintained.
5.3.0 1,281 12/5/2022 5.3.0 is deprecated because it is no longer maintained.
5.2.0 1,347 12/3/2022 5.2.0 is deprecated because it is no longer maintained.
5.1.0 1,434 12/3/2022 5.1.0 is deprecated because it is no longer maintained.