Frontmatter
| id | 7258 |
| title | Refactor Playwright Setup and Convert VdomHelper Test |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 26, 2025, 3:10 PM |
| updatedAt | Sep 26, 2025, 3:43 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7258 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 7262 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 26, 2025, 3:43 PM |
Refactor Playwright Setup and Convert VdomHelper Test
tobiu assigned to @tobiu on Sep 26, 2025, 3:10 PM
tobiu closed this issue on Sep 26, 2025, 3:12 PM

tobiu
Sep 26, 2025, 3:42 PM
reopening, since some tests were not migrated properly.
tobiu reopened this issue on Sep 26, 2025, 3:42 PM
tobiu closed this issue on Sep 26, 2025, 3:43 PM
tobiu added parent issue #7262 on Sep 27, 2025, 1:17 PM
Description
This ticket covers the initial refactoring of the Playwright test environment and the conversion of the
VdomHelperunit test from Siesta.Work Completed:
Folder Structure Refactored:
test/playwright/unitandtest/playwright/integrationdirectories.button.spec.mjsto theunitdirectory.playwright.config.mjsto point to the newunitdirectory.VdomHelper Test Converted:
test/siesta/tests/VdomHelper.mjstotest/playwright/unit/VdomHelper.spec.mjs.test/playwright/setup.mjs) to ensure the Neo environment is initialized correctly.Current Status:
The conversion of the
VdomHelpertest is complete. After a thorough review, all missing test logic from the original Siesta test has been added totest/playwright/unit/VdomHelper.spec.mjs.All 14 unit tests in the Playwright suite are now passing.