Skip to content

Commit e5086fc

Browse files
author
Jonathan Ginsburg
authoredOct 5, 2020
docs: clarify browser_complete vs run_complete
1 parent ead31cd commit e5086fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/dev/04-public-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ A test run starts.
113113
* `browsers`: A collection of browser instances
114114
* `results`: A list of results
115115

116-
A test run was completed.
116+
This event gets triggered whenever all the browsers, which belong to a test run, finish. For example, on a run that has 3 browsers, one would expect 3 `browser_complete` events before the `run_complete` one.
117117

118118
## karma.runner
119119

0 commit comments

Comments
 (0)
Please sign in to comment.