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

feat: add support for parameterized tests #1769

Closed mcollovati closed 3 months ago

mcollovati commented 3 months ago

Adds the ParameterizedBrowserTest annotation to allow writing parameterized test methods, running on a single browser.

Fixes #1644