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 UI Unit test base class for Quarkus #1735

Closed mcollovati closed 7 months ago

mcollovati commented 8 months ago

Description

Adds a base class for UI Unit testing on Quarkus. Provides mocks for QuarkusVaadinServlet and QuarkusVaadinServletService integrated with Quarkus CDI.

Fixes vaadin/quarkus#140 Part of #1655

Type of change

Checklist

Additional for Feature type of change