testbench icon indicating copy to clipboard operation
testbench copied to clipboard

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.

Results 102 testbench issues
Sort by recently updated
recently updated
newest added

Yes this is quite a tall order. However, Playwright simply works - it downloads the browser distribution, the appropriate driver for your OS, all this behind the scenes, automatically on...

enhancement

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...

documentation

In the UI Unit Test base class, there's the `fireShortcut` method that can be used to simulate a keyboard shortcut performed on the browser. However, the method is meant to...

enhancement
UITest

`BaseUIUnitTest.scanPackages()` only considers ViewPackages on the test class itself, and not on any of the superclasses. That prevents me to create a single abstract inheritable test class that configures the...

enhancement

### What do I want Working quarkus support for pro features like UiUnitTest ### Explain your problem Two things, based on who reads this **Testbench-Devs:** There are multiple problems we...

bug

For Vaadin24 and the selenium dependencies coming with this version, it's not possible to run a Vaadin E2E Test in headless mode for Chrome or Firefox. I've test the LoginE2ETest...

question
documentation

### Problem Currently TabElement.getText(), and consequently anything relying on the return value of that method, is broken when running tests using the latest Firefox. Instead of returning the tab title,...

bug

I just started using Vaadin TestBench to create UI Unit-Tests (possible since Vaadin 23.2). Unfortunately my tests all fail, because I don't have Vaadin `Charts` included in my project, as...

bug
UITest

The default Parameter's in screen shot testing are strict. This means that tests will be flaky. For example I am using in my add-on testing the following settings ``` //...

enhancement

If a JUnit 5 test (based on `BrowserTestBase`) that opens a browser window contains an assumption that aborts the execution, the browser window will not be closed automatically. For example,...

bug