Frontmatter
| title | Migrate vdom/Advanced test from Siesta to Playwright |
| author | KURO-1125 |
| state | Merged |
| createdAt | Oct 3, 2025, 10:09 PM |
| updatedAt | Oct 4, 2025, 3:37 PM |
| closedAt | Oct 4, 2025, 3:30 PM |
| mergedAt | Oct 4, 2025, 3:30 PM |
| branches | dev ← migrate-vdom-advanced |
| url | https://github.com/neomjs/neo/pull/7339 |
Merged

tobiu
commented on Oct 4, 2025, 3:37 PM
ha, you duplicated the ticket md files again. no worries, i will take care of this: https://github.com/neomjs/neo/commit/0172609e4a30c62a7083a08aa254601acbdf7f8e
thanks for the contributions! the new memory core is now in place. in case you want to try it out, you need to update your form, and then look into e.g. https://github.com/neomjs/neo/issues/7343
Migrates the Siesta test for
vdom/Advanced.mjsto Playwright using the AI native workflow.Closes #7290
Please make sure to read the Contributing Guidelines: https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themainbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
This migration is part of the ongoing effort to convert Siesta tests to Playwright. The AI native workflow ensured proper adherence to project conventions and complete test coverage for advanced VDOM operations and transformations.