Skip to content

Commit b810287

Browse files
committed
Update documentation.
1 parent 91953cd commit b810287

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

seleniumbase/core/testcase_manager.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ def __init__(self, database_env):
88

99
def insert_execution_data(self, execution_query_payload):
1010
""" Inserts a test execution row into the database.
11-
Returns the execution guid. """
11+
Returns the execution guid.
12+
"execution_start_time" is defined by milliseconds since the Epoch.
13+
(See https://currentmillis.com to convert that to a real date.) """
1214

1315
query = """INSERT INTO execution
1416
(guid, execution_start, total_execution_time, username)

0 commit comments

Comments
 (0)