Registry / testing / vaadin-testbench-core

vaadin-testbench-core

JSON →
library10.1.1javamavenunverified

Core library for Vaadin TestBench, enabling automated UI testing of Vaadin applications.

<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-testbench-core</artifactId> <version>10.1.1</version> </dependency>
INSTALL
IMPORT
SIG · VAADIN-TESTBENCH-C
V
vaadin-testbench-core
testingjavav10.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestBenchTestCase
com.vaadin.testbench.TestBenchTestCase

Minimal JUnit test extending TestBenchTestCase.

import com.vaadin.testbench.TestBenchTestCase; import org.junit.Test; public class MyTest extends TestBenchTestCase { @Test public void testLogin() { getDriver().get("http://localhost:8080"); // Test logic here } }
Debug
Known issues
gotchaTestBench requires a Selenium WebDriver; ensure proper driver setup.
fix
Include selenium-java dependency and configure WebDriver correctly.
affects: *
Upgrade
Version history
10.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
vaadin-testbench-core — mvn dependency:get vaadin-testbench-core · libregistry