Hello David, Frank,
Thank you for the provided additional details about this feature request. It really helps to understand your point of view and the benefits of having test harensses.
That being said I am updating the feature request status to 'Unplanned' for now, and based on the interest we will consider updating our Roadmap accordingly.
Regards,
Martin
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).
I agree with David. I think the point is being missed. We don't want to test the Kendo components themselves. When we test our code that uses your components, we access sometimes to parts of the dom to use in our tests. The great thing about test harnesses, is that when writing our own, we can call the harness of a component we use to get information about the structure of that component. Without it, we'd have use css selectors to get information from dom to allow for interacting.
Here is another example, I may need to test some code in our ui that gets executed when a grid row is selected. We would need in that case to click a row in the ui as part of the test. With a Kendo provided harness, we'd be able to get access to the rows and click one or more of them. Without the harness, we'd have to write css selectors to find the rows. A harness would make this much simpler.
Hi David
Thank you for the logged feature request.
The main goal of the Kendo UI for Angular suite is to provide native Angular components. The requested functionality is more related to developing environments and tools that help to test such components, which contradicts the main idea of delivering pure UI components built from the ground-up for Angular. Thus I will proceed by declining this feature request.
All Kendo widgets are tested (unit and e2e). The developer can see all of the implemented tests by obtaining the source code of any package - @progress/kendo-angular-grid for example. Here is the respective article:
https://www.telerik.com/kendo-angular-ui/components/installation/source-code/
Regards,
Martin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.