LearnNewsExamplesServices
Frontmatter
titleMigrate vdom/VdomAsymmetricUpdates test from Siesta to Playwright
authorKURO-1125
stateMerged
createdAtOct 4, 2025, 11:53 AM
updatedAtOct 4, 2025, 4:11 PM
closedAtOct 4, 2025, 3:46 PM
mergedAtOct 4, 2025, 3:46 PM
branchesdevmigrate-vdom-asymmetric-updates
urlhttps://github.com/neomjs/neo/pull/7348
Merged
KURO-1125
KURO-1125 commented on Oct 4, 2025, 11:53 AM

Migrates the Siesta test for vdom/VdomAsymmetricUpdates.mjs to Playwright using the AI native workflow.

  • Create test/playwright/unit/vdom/VdomAsymmetricUpdates.spec.mjs
  • Translate all Siesta assertions to Playwright expect syntax
  • Create proper ticket following project strategy
  • All tests pass successfully with npm test
  • Generated using AI native workflow

Closes #7291

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)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • It's submitted to the dev branch, not the main branch
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

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 VDOM asymmetric update operations.

tobiu
tobiu commented on Oct 4, 2025, 3:51 PM

thx! merged in. btw, here is some context what this item was about: https://github.com/neomjs/neo/blob/dev/learn/blog/v10-deep-dive-vdom-revolution.md


KURO-1125
KURO-1125 commented on Oct 4, 2025, 3:57 PM

Awesome, thanks for merging! I'll check out that blog post to understand the VDOM revolution context better. Appreciate the learning resource!


tobiu
tobiu commented on Oct 4, 2025, 4:11 PM

very simplified: drop a toolbar and 1 of its 10 child buttons into the same update cycle.

in theory, you could ask gemini: "use the ai knowledge db and tell me about asymmetric vdom updates!"

if it does not work, open a new ticket please :)