Frontmatter
| id | 7439 |
| title | Convert Component Test button/Base.mjs to Playwright |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 10, 2025, 6:50 PM |
| updatedAt | Oct 27, 2025, 2:06 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7439 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7435 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 27, 2025, 2:06 PM |
Convert Component Test button/Base.mjs to Playwright
tobiu added parent issue #7435 on Oct 10, 2025, 6:50 PM
tobiu assigned to @tobiu on Oct 12, 2025, 4:10 PM

ad1tyayadav
Oct 27, 2025, 2:03 PM
/assign

tobiu
Oct 27, 2025, 2:06 PM
@ad1tyayadav this one is already done, forgot to close the ticket: https://github.com/neomjs/neo/blob/dev/test/playwright/component/button/Base.spec.mjs
however, there are vast amounts of items that still either need unit or component based testing.
tobiu closed this issue on Oct 27, 2025, 2:06 PM
IMPORTANT: Before starting, please read the parent epic in detail to understand the required architecture and testing patterns: https://github.com/neomjs/neo/issues/7435
This task is to migrate the component test for
button/Base.mjsfrom the Siesta test harness to the Playwright test runner. As the final step in Phase 1, this task will serve as the proof-of-concept that validates the new test harness.Acceptance Criteria
test/playwright/component/button/Base.spec.mjs.test/components/files/button/Base.mjs).