Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atata-framework/atata-kendoui
A set of Atata components for Kendo UI
https://github.com/atata-framework/atata-kendoui
atata csharp kendoui selenium selenium-webdriver test-automation testing webdriver
Last synced: 4 days ago
JSON representation
A set of Atata components for Kendo UI
- Host: GitHub
- URL: https://github.com/atata-framework/atata-kendoui
- Owner: atata-framework
- License: apache-2.0
- Created: 2016-09-19T09:54:47.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T20:20:46.000Z (9 months ago)
- Last Synced: 2024-04-14T06:49:32.214Z (7 months ago)
- Topics: atata, csharp, kendoui, selenium, selenium-webdriver, test-automation, testing, webdriver
- Language: C#
- Homepage:
- Size: 412 KB
- Stars: 17
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Atata.KendoUI
[![NuGet](http://img.shields.io/nuget/v/Atata.KendoUI.svg)](https://www.nuget.org/packages/Atata.KendoUI/)
[![GitHub Release](https://img.shields.io/github/release/atata-framework/atata-kendoui.svg)](https://github.com/atata-framework/atata-kendoui/releases)
[![Build Status](https://dev.azure.com/atata-framework/atata-kendoui/_apis/build/status/atata-kendoui-ci?branchName=main)](https://dev.azure.com/atata-framework/atata-kendoui/_build/latest?definitionId=16&branchName=main)
[![Slack](https://img.shields.io/badge/join-Slack-green.svg?colorB=4EB898)](https://join.slack.com/t/atata-framework/shared_invite/zt-5j3lyln7-WD1ZtMDzXBhPm0yXLDBzbA)
[![Atata Docs](https://img.shields.io/badge/docs-Atata_Framework-orange.svg)](https://atata.io)
[![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/AtataFramework)C#/.NET package containing a set of [Atata](https://github.com/atata-framework/atata) components for automated web testing integration with [Kendo UI HTML Framework](http://www.telerik.com/kendo-ui).
Works with Kendo UI components for jQuery, Angular, React, Vue, ASP.NET MVC and ASP.NET Core.
*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](https://github.com/atata-framework/atata-kendoui/releases/tag/v3.0.0)**
## Components
Namespace is `Atata.KendoUI`.
- `KendoWindow`
- `KendoGrid`
- `KendoTreeView`
- `KendoDropDownList`
- `KendoComboBox`
- `KendoAutoComplete`
- `ReactKendoAutoComplete` for React
- `KendoMultiSelect`
- `KendoNumericTextBox`
- `KendoTimePicker`
- `KendoDatePicker`
- `NgKendoDatePicker` for Angular
- `KendoDateInput`
- `NgKendoDateInput` for Angular
- `KendoDateTimePicker`
- `KendoLink`
- `KendoSwitch`
- `KendoCheckBox`
- `KendoRadioButton`
- `KendoEditor`
- `KendoPopup`## Feedback
Any feedback, issues and feature requests are welcome.
If you faced an issue please report it to [Atata.KendoUI Issues](https://github.com/atata-framework/atata-kendoui/issues),
[ask a question on Stack Overflow](https://stackoverflow.com/questions/ask?tags=atata) using [atata](https://stackoverflow.com/questions/tagged/atata) tag
or use another [Atata Contact](https://atata.io/contact/) way.## License
Atata is an open source software, licensed under the Apache License 2.0.
See [LICENSE](LICENSE) for details.