CtrlK
BlogDocsLog inGet started
Tessl Logo

dramafinder/vaadin-playwright-test

Generate Playwright integration tests for Vaadin 25 views using the DramaFinder library. Use when the user wants to write IT tests for a Vaadin view, mentions DramaFinder, or asks about Playwright testing in a Vaadin project.

73

Quality

92%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

TimePickerElement.mddocs/specifications/

TimePickerElement

Full API (methods, signatures, descriptions): see api-reference.md. This note covers only behaviour that isn't obvious from the signatures.

String values use HH:mm, LocalTime is set directly

setValue(String) (inherited from HasInputFieldElement) / assertValue(String) expect the HH:mm display format (e.g. "09:00"), while setValue(LocalTime) sets the value directly. Pick the overload matching your format.

Asserting a cleared value

After clearing, assert emptiness with the LocalTime overload passing an explicit null cast:

time.clickClearButton();
time.assertValue((LocalTime) null);

.mcp.json

llms.txt

PLAN.md

README.md

tile.json

TODO.md

tsconfig.json