···118118```
119119:::
120120121121-::: tip DEPRECATION NOTICE
122122-This method was added in Vitest 3, replacing `onPathsCollected` and `onSpecsCollected`, both of which are now deprecated.
123123-:::
124124-125121## onTestRunEnd
126122127123```ts
···183179184180export default new MyReporter()
185181```
186186-:::
187187-188188-::: tip DEPRECATION NOTICE
189189-This method was added in Vitest 3, replacing `onFinished`, which is now deprecated.
190182:::
191183192184## onCoverage