LearnNewsExamplesServices
Frontmatter
id7255
titleRefactor Playwright Test Configuration
stateClosed
labels
enhancement
assigneestobiu
createdAtSep 25, 2025, 11:26 PM
updatedAtSep 25, 2025, 11:27 PM
githubUrlhttps://github.com/neomjs/neo/issues/7255
authortobiu
commentsCount0
parentIssue7262
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 25, 2025, 11:27 PM

Refactor Playwright Test Configuration

Closed v11.0.0 enhancement
tobiu
tobiu commented on Sep 25, 2025, 11:26 PM

To improve project organization, the Playwright configuration and test output artifacts were moved into the test/playwright/ directory.

Changes

  • Moved playwright.config.mjs into test/playwright/.
  • Updated the test script in package.json to use the -c flag with the new config path.
  • Set the outputDir in the Playwright config to test-results/ (relative to the config file).
  • Set the JSON reporter's outputFile to be inside the new outputDir.
  • Updated .gitignore to correctly ignore the new test artifact locations.
tobiu assigned to @tobiu on Sep 25, 2025, 11:26 PM
tobiu added the enhancement label on Sep 25, 2025, 11:26 PM
tobiu referenced in commit 22ceb70 - "Refactor Playwright Test Configuration #7255" on Sep 25, 2025, 11:27 PM
tobiu closed this issue on Sep 25, 2025, 11:27 PM
tobiu added parent issue #7262 on Sep 27, 2025, 1:18 PM