AutoTests.Framework.Playwright
6.3.7
dotnet add package AutoTests.Framework.Playwright --version 6.3.7
NuGet\Install-Package AutoTests.Framework.Playwright -Version 6.3.7
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.Playwright" Version="6.3.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoTests.Framework.Playwright --version 6.3.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoTests.Framework.Playwright, 6.3.7"
#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.Playwright as a Cake Addin #addin nuget:?package=AutoTests.Framework.Playwright&version=6.3.7 // Install AutoTests.Framework.Playwright as a Cake Tool #tool nuget:?package=AutoTests.Framework.Playwright&version=6.3.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Product | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- AutoTests.Framework.Components (>= 6.3.7)
- Microsoft.Playwright (>= 1.48.0)
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 | |
---|---|---|---|
6.3.7 | 69 | 11/12/2024 | |
6.3.6 | 77 | 11/8/2024 | |
6.3.5 | 91 | 10/9/2024 | |
6.3.4 | 95 | 9/2/2024 | |
6.3.3 | 198 | 6/11/2024 | |
6.3.2 | 100 | 5/31/2024 | |
6.3.1 | 102 | 5/30/2024 | |
6.3.0 | 95 | 5/23/2024 | |
6.2.0 | 115 | 5/17/2024 | |
6.1.0 | 143 | 4/7/2024 | |
6.0.1 | 147 | 3/10/2024 | |
6.0.0 | 156 | 2/12/2024 | |
5.4.2 | 155 | 1/30/2024 | |
5.4.1 | 646 | 1/12/2024 | |
5.4.0 | 351 | 11/30/2023 | |
5.3.13 | 175 | 11/27/2023 | |
5.3.12 | 219 | 11/14/2023 | |
5.3.11 | 194 | 8/17/2023 | |
5.3.10 | 340 | 5/29/2023 | |
5.3.9 | 339 | 3/9/2023 | |
5.3.8 | 287 | 2/27/2023 | |
5.3.7 | 344 | 1/5/2023 | |
5.3.6 | 344 | 12/9/2022 | |
5.3.4 | 327 | 12/6/2022 | |
5.3.1 | 333 | 12/5/2022 | |
5.3.0 | 339 | 12/5/2022 | |
5.2.0 | 423 | 12/3/2022 | |
5.1.0 | 367 | 12/3/2022 |