Skip to content

Bug: Docker-based E2E script creates root-owned test-results/playwright-reportΒ #722

@timothyfroehlich

Description

@timothyfroehlich

The new Docker-based E2E test script appears to create the test-results and playwright-report directories with root ownership. This causes subsequent npm run preflight or local test runs to fail with EACCES: permission denied when attempting to write to or clean up these directories.

Reproduction:

  1. Run the Docker-based E2E script.
  2. Run npm run preflight locally.

Observed Behavior:
Permission denied errors when Playwright tries to write to or unlink files in test-results or playwright-report.

Expected Behavior:
Directories and files created by the E2E script should be owned by the user or have broad enough permissions to be cleaned up by the local user.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions