vaadin / testbench

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.
https://vaadin.com/testbench
Other
20 stars 22 forks source link

Consider integrating TestBench with JetBrains Aqua #1573

Open tarekoraby opened 1 year ago

tarekoraby commented 1 year ago

JetBrains Aqua includes an embedded web inspector that enables viewing the web app and capturing page elements required for the tests. The web inspector also generates a unique CSS or XPath locator for the selected element on the web page, which can then be quickly added to the test source code.

These capabilities simplify the creation of tests, so it would be worth considering if TestBench tests can be generated using Aqua's web inspector.

simasch commented 1 year ago

Aqua also has a project wizard to create a new test project. Maybe it would be beneficial to have a wizard for TestBench