Info
Version: | 3.3.0 |
Author(s): | Yevgeniy Shunevych |
Last Update: | Tuesday, November 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://atata.io/ |
NuGet Url: | https://www.nuget.org/packages/Atata |
Install
Install-Package Atata
dotnet add package Atata
paket add Atata
Atata Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Atata.WebDriverExtras(>= 1.4.0)
- Selenium.WebDriver(>= 3.141.0)
- Atata.WebDriverExtras(>= 1.4.0)
- Selenium.WebDriver(>= 3.141.0)
- Atata.WebDriverExtras(>= 1.4.0)
- Selenium.WebDriver(>= 3.141.0)
- Atata.WebDriverExtras(>= 1.4.0)
- Selenium.WebDriver(>= 3.141.0)
Tags
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
Atata on GitHub: https://github.com/atata-framework/atata
Atata Framework documentation: https://atata.io
Features:
- WebDriver.
Based on Selenium WebDriver and preserves all its features.
- Page object model. Provides a unique fluent page object pattern, which is easy to implement and maintain.
- Components. Contains a rich set of ready-to-use components for inputs, tables, lists, etc.
- Integration. Works on any .NET test engine (e.g.
NUnit, xUnit, SpecFlow) as well as on CI systems like Jenkins, GitHub Actions, or TeamCity.
- Triggers. A bunch of triggers to bind with different events to extend component behavior.
- Verification. A set of fluent assertion methods and triggers for a component and data verification.
- Configurable. Defines the default component search strategies as well as additional settings.
Atata.Configuration.Json provides flexible JSON configurations.
- Reporting/Logging. Built-in customizable logging; screenshots and snapshots capturing functionality.
- Extensible. Atata.HtmlValidation adds HTML page validation. Atata.Bootstrap and Atata.KendoUI provide extra components.