-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (28 loc) · 1.35 KB
/
.env.example
File metadata and controls
33 lines (28 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ──────────────────────────────────────────────
# Selenium Python Framework - Environment Config
# ──────────────────────────────────────────────
# Usage: cp .env.example .env.<env>
# ENV=qa pytest
# ──────────────────────────────────────────────
# Environment: dev | qa | staging | prod
ENV=qa
# ── Browser ───────────────────────────────────
BROWSER=chrome
HEADLESS=false
INCOGNITO=false
BROWSER_TIMEOUT=30
IMPLICIT_WAIT=10
EXPLICIT_WAIT=15
PAGE_LOAD_TIMEOUT=30
# ── Application URLs ─────────────────────────
BASE_URL=https://qa.example.com
API_URL=https://api.qa.example.com
# ── WebDriver ─────────────────────────────────
WEBDRIVER_REMOTE_URL=
WEBDRIVER_DOWNLOAD_PATH=
# ── Reporting ─────────────────────────────────
SCREENSHOT_ON_FAILURE=true
LOG_LEVEL=INFO
RETRY_COUNT=0
PARALLEL_WORKERS=1
ALLURE_DIR=allure-results