MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / process_successes

Function process_successes

seleniumbase/core/report_helper.py:19–31  ·  view source on GitHub ↗
(test, test_count, duration)

Source from the content-addressed store, hash-verified

17
18
19def process_successes(test, test_count, duration):
20 return '"%s","%s","%s","%s","%s","%s","%s","%s","%s","%s"' % (
21 test_count,
22 "Passed!",
23 "*",
24 "*",
25 "*",
26 test.browser,
27 get_timestamp()[:-3],
28 duration,
29 test.id(),
30 "*",
31 )
32
33
34def save_test_failure_data(test, name, folder=None):

Callers

nothing calls this directly

Calls 1

get_timestampFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…