/dx-tests-app

Primary LanguageTypeScriptThe UnlicenseUnlicense

DX Tests App

Running the application

The project is a standard Maven project. To run it from the command line, type mvnw (Windows), or ./mvnw (Mac & Linux), then open http://localhost:8080 in your browser.

You can also import the project to your IDE of choice as you would with any Maven project. Read more on how to import Vaadin projects to different IDEs (Eclipse, IntelliJ IDEA, NetBeans, and VS Code).

DX Test Structure

The test session consists of the following tasks. Please see comments in the code for descriptions.

1. TabSheet (Flow)

Use TabSheetView.java for development.

2. Tooltip (Flow)

Use TooltipView.java for development.

3. TabSheet (Hilla)

Use tabsheet-view.ts for development.

4. Tooltip (Hilla)

Use tooltip-view.ts for development.

Documentation