# ============================================================================= # EmbedPress E2E Test Configuration # ============================================================================= # Copy to .env and update values: # cp .env.example .env # Base URL of the WordPress site to test against E2E_BASE_URL=http://localhost:8080 # WordPress admin credentials WP_ADMIN_USER=admin WP_ADMIN_PASS=admin # Subscriber credentials (for content protection tests) SUBSCRIBER_USER=subscriber SUBSCRIBER_PASS=subscriber