Frontmatter
| id | 7294 |
| title | Convert vdom/table/Container.mjs Test from Siesta to Playwright |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfest |
| assignees | KURO-1125 |
| createdAt | Sep 27, 2025, 4:09 PM |
| updatedAt | Oct 2, 2025, 9:54 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7294 |
| author | tobiu |
| commentsCount | 7 |
| parentIssue | 7262 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 2, 2025, 9:54 PM |
Convert vdom/table/Container.mjs Test from Siesta to Playwright

Hi and thanks for the interest. For this ticket, I strongly recommend to try out the "ai native" workflow: https://github.com/neomjs/neo/blob/dev/.github/WORKING_WITH_AGENTS.md https://github.com/neomjs/neo/blob/dev/.github/AI_QUICK_START.md
=> Gemini was able to rush through several migrations without any help.
Of course you can also do it manually, but it feels a bit like wasting time here.

Thanks for the feedback! I am still polishing the new memory core (other pinned epic). the code is already done, i just need to add the documentation. Inside the Github page of your fork, there is a pull request button. Then you can send the PR to the neo dev branch, and i will add the hacktoberfest-accepted label and merge it in.

i should add: ideally one PR for each sub, so that both count for the event.

i will flag more of the testing subs with the hacktoberfest label now.
- 2025-10-02T19:31:27Z @KURO-1125 cross-referenced by PR #7330
@KURO-1125 - 2025-10-02T19:33:24Z
Perfect! I've created two separate PRs as requested:
- vdom/table/Container migration:
migrate-vdom-table-containerbranch - neo/MixinStaticConfig migration:
migrate-neo-mixin-static-configbranch
Thanks for flagging more test migration issues with the hacktoberfest label!
This task is to migrate the unit test for
vdom/table/Container.mjsfrom the Siesta test harness to the Playwright test runner.Acceptance Criteria
test/playwright/unit/vdom/table/Container.spec.mjs.test/siesta/tests/vdom/table/Container.mjs) to the Playwright/Jestexpectsyntax.npm test.