atata-framework / atata-bootstrap

A set of Atata components for Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atata.Bootstrap

NuGet GitHub release Build status Slack Atata Docs Twitter

C#/.NET package containing a set of Atata components for automated web testing integration with Bootstrap Framework.

Works with Bootstrap components of version 3-5.

The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.

What's new in v3.0.0

Components

Namespace is Atata.Bootstrap.

  • BSModal
  • BSNavbar
  • BSDropdown
  • BSDropdownToggle
  • BSNavItem
  • BSTab
  • BSPill
  • BSTabPane
  • BSListGroup
  • BSListGroupItem

Triggers

  • ClickTabOrPillAttribute

Demo

Atata Sample App Tests project demonstrates different automation testing approaches and features of the Atata Framework as well as Atata.Bootstrap package. Feel free to clone/fork it and check out the usage of Bootstrap components.

Contributing

Check Contributing Guidelines and How to Contribute a Component if you are interested in contributing to the repository.

SemVer

Atata Framework follows Semantic Versioning 2.0. Thus backward compatibility is followed and updates within the same major version (e.g. from 1.3 to 1.4) should not require code changes.

License

Atata is an open source software, licensed under the Apache License 2.0. See LICENSE for details.

About

A set of Atata components for Bootstrap

License:Apache License 2.0


Languages

Language:C# 61.9%Language:HTML 38.1%