AutoTests.Framework.Components 6.3.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoTests.Framework.Components --version 6.3.6
                    
NuGet\Install-Package AutoTests.Framework.Components -Version 6.3.6
                    
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.Components" Version="6.3.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoTests.Framework.Components" Version="6.3.6" />
                    
Directory.Packages.props
<PackageReference Include="AutoTests.Framework.Components" />
                    
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.Components --version 6.3.6
                    
#r "nuget: AutoTests.Framework.Components, 6.3.6"
                    
#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.Components&version=6.3.6
                    
Install as a Cake Addin
#tool nuget:?package=AutoTests.Framework.Components&version=6.3.6
                    
Install 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.Components:

Package Downloads
AutoTests.Framework.Playwright

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

GitHub repositories

This package is not used by any popular GitHub repositories.