# Test Environment Configuration # Copy this file to .env.test and adjust values as needed # Use mock adapter for testing (no real browser automation) AUTOMATION_MODE=mock # Test timeouts (can be shorter for faster tests) AUTOMATION_TIMEOUT=5000 RETRY_ATTEMPTS=1 SCREENSHOT_ON_ERROR=false