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

MessageInputElement.mddocs/specifications/

MessageInputElement

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

The component clears the text area after submit

Submitting (via submit(), submitByEnter(), or typeAndSubmit(...)) causes the component to clear its text area, so getValue() / assertValue() return empty afterwards. submit() clicks the send button; submitByEnter() presses Enter on the text area.

input.setValue("Test message");
input.assertValue("Test message");
input.submit();

// The component clears the text area after submit
input.assertValue("");

Focus/enabled delegate to the native textarea

FocusableElement and HasEnabledElement operations delegate to the internal native textarea input, not the outer <vaadin-message-input> host.

.mcp.json

llms.txt

PLAN.md

README.md

tile.json

TODO.md

tsconfig.json