LearnNewsExamplesServices
Frontmatter
titleMigrate state/Provider test from Siesta to Playwright
authorKURO-1125
stateMerged
createdAtOct 3, 2025, 10:09 PM
updatedAtOct 4, 2025, 3:45 PM
closedAtOct 4, 2025, 3:40 PM
mergedAtOct 4, 2025, 3:40 PM
branchesdevmigrate-state-provider
urlhttps://github.com/neomjs/neo/pull/7340
Merged
KURO-1125
KURO-1125 commented on Oct 3, 2025, 10:09 PM

Migrates the Siesta test for state/Provider.mjs to Playwright using the AI native workflow.

  • Create test/playwright/unit/state/Provider.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 #7288

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 state provider functionality including data binding, hierarchical access, formulas, and store management.

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

merged in. thx!