{"id":19380344,"url":"https://github.com/atata-framework/atata-bootstrap","last_synced_at":"2025-04-23T19:33:32.368Z","repository":{"id":65365204,"uuid":"66673858","full_name":"atata-framework/atata-bootstrap","owner":"atata-framework","description":"A set of Atata components for Bootstrap","archived":false,"fork":false,"pushed_at":"2025-04-08T14:27:01.000Z","size":234,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-19T09:05:44.862Z","etag":null,"topics":["atata","bootstrap","bootstrap-components","csharp","selenium","selenium-webdriver","test-automation","testing","webdriver"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atata-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"atata"}},"created_at":"2016-08-26T19:24:48.000Z","updated_at":"2025-04-08T14:27:05.000Z","dependencies_parsed_at":"2023-10-02T06:06:44.459Z","dependency_job_id":"bbf4031c-27e1-4b30-91f9-cd14b26e20cd","html_url":"https://github.com/atata-framework/atata-bootstrap","commit_stats":{"total_commits":197,"total_committers":2,"mean_commits":98.5,"dds":0.3451776649746193,"last_synced_commit":"00088c368c97cd38edac88d6b108c60776c28754"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atata-framework%2Fatata-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atata-framework%2Fatata-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atata-framework%2Fatata-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atata-framework%2Fatata-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atata-framework","download_url":"https://codeload.github.com/atata-framework/atata-bootstrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250404767,"owners_count":21425015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atata","bootstrap","bootstrap-components","csharp","selenium","selenium-webdriver","test-automation","testing","webdriver"],"created_at":"2024-11-10T09:13:41.670Z","updated_at":"2025-04-23T19:33:32.336Z","avatar_url":"https://github.com/atata-framework.png","language":"C#","funding_links":["https://opencollective.com/atata"],"categories":[],"sub_categories":[],"readme":"# Atata.Bootstrap\n\n[![NuGet](http://img.shields.io/nuget/v/Atata.Bootstrap.svg)](https://www.nuget.org/packages/Atata.Bootstrap/)\n[![GitHub release](https://img.shields.io/github/release/atata-framework/atata-bootstrap.svg)](https://github.com/atata-framework/atata-bootstrap/releases)\n[![Build status](https://dev.azure.com/atata-framework/atata-bootstrap/_apis/build/status/atata-bootstrap-ci?branchName=main)](https://dev.azure.com/atata-framework/atata-bootstrap/_build/latest?definitionId=29\u0026branchName=main)\n[![Slack](https://img.shields.io/badge/join-Slack-green.svg?colorB=4EB898)](https://join.slack.com/t/atata-framework/shared_invite/zt-5j3lyln7-WD1ZtMDzXBhPm0yXLDBzbA)\n[![Atata Docs](https://img.shields.io/badge/docs-Atata_Framework-orange.svg)](https://atata.io)\n[![Twitter](https://img.shields.io/badge/follow-@AtataFramework-blue.svg)](https://twitter.com/AtataFramework)\n\nC#/.NET package containing a set of [Atata](https://github.com/atata-framework/atata) components for automated web testing integration with [Bootstrap Framework](https://getbootstrap.com/).\n\nWorks with Bootstrap components of version 3-5.\n\n*The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.*\n\n**[What's new in v3.0.0](https://github.com/atata-framework/atata-bootstrap/releases/tag/v3.0.0)**\n\n## Components\n\nNamespace is `Atata.Bootstrap`.\n\n- `BSModal`\n- `BSNavbar`\n- `BSDropdown`\n- `BSDropdownToggle`\n- `BSNavItem`\n- `BSTab`\n- `BSPill`\n- `BSTabPane`\n- `BSListGroup`\n- `BSListGroupItem`\n\n## Triggers\n\n- `ClickTabOrPillAttribute`\n\n## Demo\n\n[Atata Sample App Tests](https://github.com/atata-framework/atata-sample-app-tests) project\ndemonstrates different automation testing approaches and features of the Atata Framework as well as Atata.Bootstrap package.\nFeel free to clone/fork it and check out the usage of Bootstrap components.\n\n## Contributing\n\n*Check [Contributing Guidelines](CONTRIBUTING.md) and [How to Contribute a Component](CONTRIBUTING_COMPONENT.md)\nif you are interested in contributing to the repository.*\n\n## SemVer\n\nAtata Framework follows [Semantic Versioning 2.0](https://semver.org/).\nThus backward compatibility is followed and updates within the same major version\n(e.g. from 1.3 to 1.4) should not require code changes.\n\n## License\n\nAtata is an open source software, licensed under the Apache License 2.0.\nSee [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatata-framework%2Fatata-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatata-framework%2Fatata-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatata-framework%2Fatata-bootstrap/lists"}