-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (37 loc) · 949 Bytes
/
.env.example
File metadata and controls
49 lines (37 loc) · 949 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# E2E Testing Environment Configuration
# Base URL for testing (defaults to https://linknode.com)
BASE_URL=https://linknode.com
# Test timeouts (in milliseconds)
DEFAULT_TIMEOUT=30000
NAVIGATION_TIMEOUT=30000
# Visual Testing
VISUAL_TESTING_ENABLED=true
UPDATE_SNAPSHOTS=false
# Performance Budgets
PERF_LCP_BUDGET=2500
PERF_FID_BUDGET=100
PERF_CLS_BUDGET=0.1
# API Mocking
MOCK_API_RESPONSES=false
API_MOCK_DELAY=0
# Accessibility Testing
A11Y_STANDARD=WCAG2AA
# Test Execution
PARALLEL_WORKERS=4
RETRY_FAILED_TESTS=2
# Debugging
DEBUG_MODE=false
HEADED_MODE=false
SLOW_MO=0
# Network Conditions (for testing)
NETWORK_THROTTLING=none # Options: none, slow-3g, 3g, 4g
# Screenshot Options
SCREENSHOT_ON_FAILURE=true
VIDEO_ON_FAILURE=true
TRACE_ON_FAILURE=true
# Percy.io Integration (optional)
PERCY_TOKEN=
PERCY_BRANCH=
# External Services
GRAFANA_URL=https://linknode-grafana.fly.dev
API_BASE_URL=https://linknode-eagle-monitor.fly.dev