Skip to main content
Back to registry

write-e2e-tests

tldraw/tldraw

E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com).

Installs146
Install command
npx skills add https://github.com/tldraw/tldraw --skill write-e2e-tests
About this skill
E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com). Name test files test- .spec.ts . When using page.evaluate() to access the editor or UI events: For tests that don't need full isolation: - Use setupOrReset in beforeEach for test isolation - Declare editor and __tldraw_ui_event for page.evaluate() - Use page.evaluate() for fast editor manipulation (faster than keyboard) - Use getByTestId() with tools. pattern for tool selection - Use clickMenu() / withMenu() for menu interactions - Handle platform differences with isMac and isMobile fixtures - Test against localhost:5420/end-to-end example

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does write-e2e-tests do?

E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com).

Is write-e2e-tests good?

write-e2e-tests does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does write-e2e-tests work with?

write-e2e-tests currently lists compatibility with codex, gemini-cli, opencode, github-copilot, claude-code, antigravity.

What are alternatives to write-e2e-tests?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install write-e2e-tests?

npx skills add https://github.com/tldraw/tldraw --skill write-e2e-tests

Related skills

Alternatives in Software Engineering