-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (20 loc) · 937 Bytes
/
Copy pathenv.example
File metadata and controls
24 lines (20 loc) · 937 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
# Gamma - Environment Configuration
# Copy this file to .env and fill in your project credentials
# Google Project
GOOGLE_EMAIL=your_email@gmail.com
GOOGLE_PASSWORD=your_password
GOOGLE_USER_AGENT=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
# Example Project
EXAMPLE_EMAIL=test@example.com
EXAMPLE_PASSWORD=test123
EXAMPLE_USER_AGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
# Add more projects as needed
# NEW_PROJECT_EMAIL=user@newproject.com
# NEW_PROJECT_PASSWORD=password123
# NEW_PROJECT_USER_AGENT=Mozilla/5.0 (Linux) AppleWebKit/537.36
# Global Settings
LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR
CONSOLE_MIN_LEVEL=WARNING # Minimum console log level
DEFAULT_TIMEOUT=40 # Default step timeout (seconds)
SCREENSHOT_ON_FAILURE=true # Always save screenshots on failure
LOGS_MAX_RUNS=10 # Keep only latest N test runs