Skip to content

Commit

Permalink
Removed hint at ContextUpdateEvent because it is not useful for resul…
Browse files Browse the repository at this point in the history
…t syncing.
  • Loading branch information
martingrossmann committed Dec 1, 2021
1 parent 4ad249e commit 699f69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/extending-testerra/events-and-listener.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This event can be used to send test results to a test management system or issue
|Called before suite execution. The events methods list provides a list of tests to execute. Read more about this in <<Intercept test method execution>>

|`ContextUpdateEvent`
|Called every time the internal context data has been changed significantly. This can be used to synchronize the internal test context model.
|Called every time the internal context data has been changed significantly.

|`FinalizeExecutionEvent`
|Called on the very end of the test execution when the execution model has been finalized. Use this event to generate a report.
Expand Down

0 comments on commit 699f69f

Please sign in to comment.