Frontmatter
| id | 7255 |
| title | Refactor Playwright Test Configuration |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 25, 2025, 11:26 PM |
| updatedAt | Sep 25, 2025, 11:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7255 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7262 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 25, 2025, 11:27 PM |
To improve project organization, the Playwright configuration and test output artifacts were moved into the
test/playwright/directory.Changes
playwright.config.mjsintotest/playwright/.testscript inpackage.jsonto use the-cflag with the new config path.outputDirin the Playwright config totest-results/(relative to the config file).outputFileto be inside the newoutputDir..gitignoreto correctly ignore the new test artifact locations.