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

upgrade failsafe/surefire plugin, selenium-jupiter version. #1833

Closed ZheSun88 closed 1 week ago

ZheSun88 commented 2 weeks ago

in the Junit5 IT test module, all test classes are queued in saucelab, which leads to 'flaky' test result with timeout. so adding the forkCount setting seems make it more stable.