You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run the Docker-based E2E script.
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.