AutoTests.Framework.Components
5.4.0
.NET 6.0
.NET Framework 4.6.2
dotnet add package AutoTests.Framework.Components --version 5.4.0
NuGet\Install-Package AutoTests.Framework.Components -Version 5.4.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="AutoTests.Framework.Components" Version="5.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoTests.Framework.Components --version 5.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoTests.Framework.Components, 5.4.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 AutoTests.Framework.Components as a Cake Addin
#addin nuget:?package=AutoTests.Framework.Components&version=5.4.0
// Install AutoTests.Framework.Components as a Cake Tool
#tool nuget:?package=AutoTests.Framework.Components&version=5.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Overview
SpecFlow 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. |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- AutoTests.Framework (>= 5.4.0)
-
net6.0
- AutoTests.Framework (>= 5.4.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AutoTests.Framework.Components:
Package | Downloads |
---|---|
AutoTests.Framework.All
Autotest framework with specflow integration Primary features: 1) Specflow integration from the box 2) PreProcessor for SpecFlow 3) Component framework for Playwright\Selenium WebDriver integration 4) Test Data management framework 5) Model transformmation framework |
|
AutoTests.Framework.Playwright
SpecFlow based BDD framework with focus on automation testing |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.4.0 | 53 | 11/30/2023 | |
5.3.13 | 59 | 11/27/2023 | |
5.3.12 | 72 | 11/14/2023 | |
5.3.11 | 238 | 8/17/2023 | |
5.3.10 | 436 | 5/29/2023 | |
5.3.9 | 525 | 3/9/2023 | |
5.3.8 | 524 | 2/27/2023 | |
5.3.7 | 543 | 1/5/2023 | |
5.3.6 | 617 | 12/9/2022 | |
5.3.4 | 612 | 12/6/2022 | |
5.3.1 | 611 | 12/5/2022 | |
5.3.0 | 616 | 12/5/2022 | |
5.2.0 | 695 | 12/3/2022 | |
5.1.0 | 706 | 12/3/2022 |