Skip to content

test: add Playwright QA setup and user-facing docs#47

Open
biancode wants to merge 9 commits intodevelopfrom
feature/design_analyse
Open

test: add Playwright QA setup and user-facing docs#47
biancode wants to merge 9 commits intodevelopfrom
feature/design_analyse

Conversation

@biancode
Copy link
Owner

@biancode biancode commented Feb 23, 2026

Summary

  • add a Playwright end-to-end test setup with multi-browser projects (Chrome, Edge, Firefox), including config and initial view/dashboard-menu specs
  • add npm quality scripts for linting and e2e execution, plus Playwright artifact ignores
  • improve user onboarding docs in README.md, add a docs/README.md index, and align contributing/test guidance in English
  • merge latest develop into this branch and apply follow-up fixes for entry path and hash-route expectations in e2e tests

Test plan

  • npm run test:e2e -- --list lists tests for chrome/edge/firefox
  • npm run test:e2e passes locally after browser binaries are installed
  • npm run lint passes after resolving existing baseline lint warnings/errors

Tracking

Closes #53

Introduce a runnable quality baseline with linting and Playwright test scripts for Chrome, Edge, and Firefox so LF10 teams can validate navigation behavior consistently. Expand user-facing and per-view documentation to make onboarding and feature understanding easier for learners and reviewers.

Co-authored-by: Cursor <cursoragent@cursor.com>
@biancode
Copy link
Owner Author

Ticket #43

@biancode biancode self-assigned this Feb 23, 2026
@biancode biancode added the BETA label Feb 23, 2026
biancode and others added 8 commits February 23, 2026 11:00
Create a central docs entrypoint for easier onboarding and align contributing guidance with the project language by translating quality and test instructions to English.

Co-authored-by: Cursor <cursoragent@cursor.com>
Update README and view docs to match current routing, storage behavior, and feature wiring so documentation reflects what the code currently does.

Made-with: Cursor
Align root redirect and Playwright specs with the renamed app entry file and current hash routing (#formular), plus update router comments for maintainability. Refs #53.

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant