LearnNewsExamplesServices
Frontmatter
id7436
titleCreate Component Test Harness Config
stateClosed
labels
enhancementhelp wantedhacktoberfestai
assigneesAki-07
createdAtOct 10, 2025, 6:45 PM
updatedAtOct 11, 2025, 11:58 AM
githubUrlhttps://github.com/neomjs/neo/issues/7436
authortobiu
commentsCount1
parentIssue7435
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 11, 2025, 11:56 AM

Create Component Test Harness Config

Closed v11.0.0 enhancementhelp wantedhacktoberfestai
tobiu
tobiu commented on Oct 10, 2025, 6:45 PM

IMPORTANT: Before starting, please read the parent epic in detail to understand the required architecture and testing patterns: https://github.com/neomjs/neo/issues/7435

This is the first foundational task for the component testing R&D effort. The goal is to create a dedicated Playwright configuration file specifically for running component tests.

Acceptance Criteria

  1. Create a new file at test/playwright/playwright.config.component.mjs.
  2. The configuration must enforce serial execution by setting fullyParallel: false and workers: 1.
  3. It must configure the webServer to use the npm run server-start command.
  4. The testDir should be set to ./component.
  5. Refer to the parent epic for a complete example configuration.
tobiu added the enhancement label on Oct 10, 2025, 6:45 PM
tobiu added the help wanted label on Oct 10, 2025, 6:45 PM
tobiu added the hacktoberfest label on Oct 10, 2025, 6:45 PM
tobiu added parent issue #7435 on Oct 10, 2025, 6:45 PM
tobiu added the ai label on Oct 10, 2025, 6:47 PM
tobiu closed this issue on Oct 11, 2025, 11:56 AM
tobiu assigned to @Aki-07 on Oct 11, 2025, 11:58 AM