Files
BIPAuto/.env.example
Misaka_Company bbf335c376 fix: add missing ERP_AUTO_CLOSE_BROWSER to .env.example
- Document ERP_AUTO_CLOSE_BROWSER environment variable
- This variable is used in test scripts to control browser auto-close behavior
- Ensures template is complete with all used variables

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 12:53:50 +08:00

13 lines
294 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
ERP_AUTO_CLOSE_BROWSER=true