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 Quarkus security in UI Unit tests #1737

Closed mcollovati closed 7 months ago

mcollovati commented 8 months ago

Description

This change allows to write UI Unit tests that profits of Quarkus security testing annotation that can be applied to test methods and test classes to control the security context that the test is run with for mock user.

Fixes vaadin/quarkus#141 Part of #1655

Type of change

Checklist

Additional for Feature type of change

mcollovati commented 8 months ago

This PR currently targets issues/quarkus-140_quarkus_ui_unit_test branch because it requires #1735. Target must be changed after the other PR gets merged.

mshabarov commented 7 months ago

This can be now rebased to main.