0ea32968856394da8f4a6a6c4b8442f491874a9e
Some checks failed
Magnitude Tests / test (push) Failing after 37s
The standalone Dockerfile is no longer needed since we integrated Playwright directly into docker-compose.yml using the official Playwright image. Benefits of removal: - Simpler setup (no build step required) - Less maintenance (one less file to keep updated) - docker-compose.yml approach is more integrated and easier to use The docker-compose service provides the same functionality with: - Same base image (mcr.microsoft.com/playwright:v1.49.1-noble) - Same non-root user execution - Better integration with existing services 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided