- Provide template for required environment variables - Document all configuration options - Help users set up their local environment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
# Playwright Configuration
|
|
PLAYWRIGHT_BROWSERS_PATH=path/to/playwright/browsers
|
|
|
|
# ERP System Configuration
|
|
ERP_URL=https://your-erp-system.com
|
|
ERP_USERNAME=your_username
|
|
ERP_PASSWORD=your_password
|
|
|
|
# Browser Behavior
|
|
ERP_HEADLESS=false
|
|
ERP_IGNORE_HTTPS_ERRORS=true
|