در این صفحه روش تنظیم pip، نصب dependencyها و استفاده از PLAYWRIGHT_DOWNLOAD_HOST برای دانلود مرورگرهای Playwright از طریق TestEng Mirror توضیح داده شده است.
# Python packages pip install --index-url https://mirror.testeng.ir/pypi/simple/ \ --trusted-host mirror.testeng.ir -r requirements.txt # Playwright browsers export PLAYWRIGHT_DOWNLOAD_HOST=https://mirror.testeng.ir/playwright python -m Browser.entry install --with-deps