From bbf335c376b6d4d26a86d6ee9e470ba170b012bf Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Fri, 27 Mar 2026 12:53:50 +0800 Subject: [PATCH] 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 --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 77a3836..fa0dd51 100644 --- a/.env.example +++ b/.env.example @@ -9,3 +9,4 @@ ERP_PASSWORD=your_password # Browser Behavior ERP_HEADLESS=false ERP_IGNORE_HTTPS_ERRORS=true +ERP_AUTO_CLOSE_BROWSER=true