LearnNewsExamplesServices
Frontmatter
id7273
titleConvert config/AfterSetConfig.mjs Test from Siesta to Playwright
stateClosed
labels
enhancementhelp wantedgood first issuehacktoberfest
assigneestobiu
createdAtSep 27, 2025, 3:17 PM
updatedAtOct 7, 2025, 9:24 PM
githubUrlhttps://github.com/neomjs/neo/issues/7273
authortobiu
commentsCount0
parentIssue7262
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 30, 2025, 1:10 PM

Convert config/AfterSetConfig.mjs Test from Siesta to Playwright

Closed v11.0.0 enhancementhelp wantedgood first issuehacktoberfest
tobiu
tobiu commented on Sep 27, 2025, 3:17 PM

This task is to migrate the unit test for config/AfterSetConfig.mjs from the Siesta test harness to the Playwright test runner.

Acceptance Criteria

  1. Create a new test file at test/playwright/unit/config/AfterSetConfig.spec.mjs.
  2. Translate all assertions from the original file (test/siesta/tests/config/AfterSetConfig.mjs) to the Playwright/Jest expect syntax.
  3. Ensure the new test runs successfully via npm test.
  4. The new test must cover all the functionality of the original Siesta test.
tobiu added parent issue #7262 on Sep 27, 2025, 3:17 PM
tobiu added the enhancement label on Sep 27, 2025, 3:17 PM
tobiu referenced in commit 191c27f - "Convert config/AfterSetConfig.mjs Test from Siesta to Playwright #7273" on Sep 30, 2025, 1:10 PM
tobiu closed this issue on Sep 30, 2025, 1:10 PM
tobiu added the help wanted label on Oct 3, 2025, 6:17 PM
tobiu added the good first issue label on Oct 3, 2025, 6:17 PM
tobiu added the hacktoberfest label on Oct 3, 2025, 6:17 PM
tobiu assigned to @tobiu on Oct 7, 2025, 9:24 PM