Atata by Yevgeniy Shunevych

<PackageReference Include="Atata" Version="1.14.0" />

.NET API 672,256 bytes

 Atata 1.14.0

C#/.NET web UI test automation full featured framework based on Selenium WebDriver. Supports .NET Framework 4.0+ 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 unique fluent page object pattern that 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, Azure DevOps 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 the 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 and screenshot capturing functionality. - Extensible. Atata.Bootstrap and Atata.KendoUI packages have a set of ready to use components. Framework supports any kind of extending.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Atata</id>
    <version>1.14.0</version>
    <authors>Yevgeniy Shunevych</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://atata.io/</projectUrl>
    <description>C#/.NET web UI test automation full featured framework based on Selenium WebDriver.

Supports .NET Framework 4.0+ 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 unique fluent page object pattern that 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, Azure DevOps 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 the 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 and screenshot capturing functionality.
- Extensible. Atata.Bootstrap and Atata.KendoUI packages have a set of ready to use components. Framework supports any kind of extending.</description>
    <releaseNotes>1.14.0 - https://atata.io/blog/2021/11/10/atata-1.14.0-released/
1.13.1 - https://atata.io/blog/2021/10/26/atata-1.13.1-released/
1.13.0 - https://atata.io/blog/2021/10/21/atata-1.13.0-released/
1.12.0 - https://atata.io/blog/2021/09/01/atata-1.12.0-released/</releaseNotes>
    <copyright>© Yevgeniy Shunevych 2021</copyright>
    <tags>atata automation testing test selenium webdriver browser</tags>
    <repository type="git" url="https://github.com/atata-framework/atata" commit="2b2771e5404b08f2341332c0b1e7bfee3a5b1eab" />
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Atata.WebDriverExtras" version="1.5.0" exclude="Build,Analyzers" />
        <dependency id="Selenium.WebDriver" version="3.141.0" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Atata.WebDriverExtras" version="1.5.0" exclude="Build,Analyzers" />
        <dependency id="Selenium.WebDriver" version="3.141.0" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.6">
        <dependency id="Atata.WebDriverExtras" version="1.5.0" exclude="Build,Analyzers" />
        <dependency id="Selenium.WebDriver" version="3.141.0" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Atata.WebDriverExtras" version="1.5.0" exclude="Build,Analyzers" />
        <dependency id="Selenium.WebDriver" version="3.141.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.0, .NETFramework4.5, .NETFramework4.6" />
    </frameworkAssemblies>
  </metadata>
</package>