Skip to content

Commit

Permalink
docs: clarify browser_complete vs run_complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Oct 5, 2020
1 parent ead31cd commit e5086fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/04-public-api.md
Expand Up @@ -113,7 +113,7 @@ A test run starts.
* `browsers`: A collection of browser instances
* `results`: A list of results

A test run was completed.
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.

## karma.runner

Expand Down

0 comments on commit e5086fc

Please sign in to comment.