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

Allow to set up initial target route in UI Unit Test #1759

Open mcollovati opened 7 months ago

mcollovati commented 7 months ago

Currently, a UI Unit Test always navigates to the main route (blank path), then in the test the developer can navigate to another view before starting assertions.

It would be nice to have a way to instruct the test to directly navigate to a target root, without the need to instantiate the main route.