-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 789 Bytes
/
.env.example
File metadata and controls
35 lines (27 loc) · 789 Bytes
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
34
35
# Environment Configuration
# Copy this file to .env and fill in your values
# API Base URLs
# JSONPlaceholder (demo API) - стабильно работает для тестов
# GUAP API - раскомментируйте если доступен
# BASE_URL_API=https://guap.ru/api
BASE_URL_API=https://jsonplaceholder.typicode.com
# UI Base URL
BASE_URL_UI=https://guap.ru
# Environment (local, dev, staging, prod)
ENV=local
# Browser for UI tests (chrome, firefox, edge)
BROWSER=chrome
# Timeouts (in seconds)
TIMEOUT_IMPLICIT=5
TIMEOUT_EXPLICIT=10
TIMEOUT_PAGE_LOAD=30
# UI Test Settings
HEADLESS=true
WINDOW_WIDTH=1920
WINDOW_HEIGHT=1080
# Allure Report Settings
ALLURE_RESULTS_DIR=allure-results
ALLURE_REPORT_DIR=allure-report
# Logging
LOG_LEVEL=INFO
LOG_FILE=test.log