# Playwright Test Configuration # Base URL for the Chatwoot instance under test BASE_URL=http://localhost:3000 # Admin credentials TEST_USER_EMAIL=admin@chatwoot.com TEST_USER_PASSWORD="Password123@#" # Add additional variables as needed by specific test suites # VARIABLE_NAME=value