LearnNewsExamplesServices
Frontmatter
id7270
titleConvert ManagerInstance.mjs Test from Siesta to Playwright
stateClosed
labels
enhancementhelp wantedgood first issuehacktoberfest
assigneesnabeel001
createdAtSep 27, 2025, 2:39 PM
updatedAtOct 8, 2025, 1:53 PM
githubUrlhttps://github.com/neomjs/neo/issues/7270
authortobiu
commentsCount3
parentIssue7262
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 8, 2025, 1:53 PM

Convert ManagerInstance.mjs Test from Siesta to Playwright

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

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

Acceptance Criteria

  1. Create a new test file at test/playwright/unit/ManagerInstance.spec.mjs.
  2. Translate all assertions from the original file (test/siesta/tests/ManagerInstance.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, 2:39 PM
tobiu added the enhancement label on Sep 27, 2025, 2:39 PM
tobiu added the help wanted label on Oct 3, 2025, 6:24 PM
tobiu added the good first issue label on Oct 3, 2025, 6:24 PM
tobiu added the hacktoberfest label on Oct 3, 2025, 6:24 PM
nabeel001
nabeel001 Oct 7, 2025, 5:56 AM

Hi @tobiu I would like to work on this issue. Kindly assign this to me.

tobiu
tobiu Oct 7, 2025, 9:04 AM

Sure, and thanks for the interest.

This one can get auto-resolved with the "AI-Native" workflow. https://github.com/neomjs/neo/blob/dev/.github/WORKING_WITH_AGENTS.md https://github.com/neomjs/neo/blob/dev/.github/AI_QUICK_START.md

One strong hint: let the agent read the epic file first (since it mentions details where LLMs can struggle): .github/ISSUE/epic-enhance-workflow-with-mandatory-unit-testing.md And your ticket afterwards (you can search for the GH ticket id).

tobiu assigned to @nabeel001 on Oct 7, 2025, 9:04 AM
nabeel001 cross-referenced by PR #7415 on Oct 8, 2025, 5:13 AM
nabeel001
nabeel001 Oct 8, 2025, 5:14 AM

@tobiu Kindly review and merge the PR.

tobiu closed this issue on Oct 8, 2025, 1:53 PM