Brief
Problem
Block documentation pages don't show what e2e testing methods are available for each block. Users writing Playwright tests with ldf.block() have to read the source e2e.js files to discover available do (action) and expect (assertion) methods. This information should be part of the block's doc page.
Acceptance Criteria
Related Work
Existing: Block doc template (packages/docs/templates/blocks/template.yaml.njk)
Existing: E2E testing docs (packages/docs/testing/)
Existing: Block e2e.js helpers (packages/plugins/blocks/blocks-antd/src/blocks/*/e2e.js)
Related: #2038 (e2e.js helpers for remaining blocks — once added, their docs should populate)
Source
Add to the Lowdefy docs site on each block its e2e utils definitions — what the ldf fixture can access on that block (what's defined in the e2e.js files). Auto-generated from e2e.js, shown as a table with method names, parameters, and descriptions.
Brief Agent - Created: 2026-03-10 12:45 CAT
Brief
Problem
Block documentation pages don't show what e2e testing methods are available for each block. Users writing Playwright tests with
ldf.block()have to read the source e2e.js files to discover availabledo(action) andexpect(assertion) methods. This information should be part of the block's doc page.Acceptance Criteria
domethods (actions) andexpectmethods (assertions) in a table formatRelated Work
Existing: Block doc template (packages/docs/templates/blocks/template.yaml.njk)
Existing: E2E testing docs (packages/docs/testing/)
Existing: Block e2e.js helpers (packages/plugins/blocks/blocks-antd/src/blocks/*/e2e.js)
Related: #2038 (e2e.js helpers for remaining blocks — once added, their docs should populate)
Source
Brief Agent - Created: 2026-03-10 12:45 CAT