-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.env
29 lines (22 loc) · 851 Bytes
/
.env
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
BROWSER=chrome
# These timeouts are set in minutes
TEST_TIMEOUT=20
BROWSER_LAUNCH_TIMEOUT=0
ACTION_TIMEOUT=1
NAVIGATION_TIMEOUT=2
# Execution configurations
RETRIES=0
PARALLEL_THREAD=3
# Test application configurations
BASE_URL=http://advantageonlineshopping.com
# API configurations
SOAP_API_BASE_URL=http://www.advantageonlineshopping.com:80
REST_API_BASE_URL=https://fakestoreapi.com
# DB configurations
DB_CONFIG=Server=localhost,1433;Database=AutomationDB;User Id=SA;Password=Auto2021
# Sample DB2 CONFIG=> DATABASE=<db_name>;HOSTNAME=<IP>;UID=<user_name>;PWD=<password>;PORT=<port>
# Sample ORACLE CONFIG=user:<user_name>;password:<password>;connectString:<IP>:<port>/<db_name>
# Link to JIRA or any such tool for reporting
LINK=https://github.com/microsoft/playwright/issues/
# Name of the test that needs to run locally
TEST_NAME=debug