vaadin / platform

Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right one.
https://vaadin.com
522 stars 77 forks source link

UI Test Generator Enhancement and Copilot Integration #6442

Open yuriy-fix opened 3 weeks ago

yuriy-fix commented 3 weeks ago

Description

Enhance the UI Test Generator to provide an automated solution for generating initial UI tests for web applications. This feature aims to simplify and streamline the testing workflow for developers by ensuring reliable test generation for identified user interactions and integrating with Copilot as a button to generate tests for the selected view.

Use cases

As a developer,
I want to automatically generate initial UI tests for identified user interactions,
So that I can save time and reduce errors in my web applications.

As a QA engineer,
I want to validate the generated tests on third-party applications,
So that I can ensure the tool's effectiveness and reliability across different scenarios.

Acceptance criteria

General criteria

Security

jojule commented 5 days ago

Could we add verification with actual users here?