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

`@BrowserTest`: document how to customize ChromeOptions #1730

Open mvysny opened 8 months ago

mvysny commented 8 months ago

I want to add the --no-sandbox option. There's no documentation on how to achieve that, neither on @BrowserTest nor on BrowserTestBase. Guessing from the code, maybe BrowserUtil.setBrowserFactory(), but no idea how to implement a custom factory. Feels too complicated for such a simple thing.