You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/08-Customization.md
-33Lines changed: 0 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -469,39 +469,6 @@ class MyFormat implements \Codeception\Test\Loader\LoaderInterface
469
469
}
470
470
```
471
471
472
-
## Custom Reporters
473
-
474
-
Alternative reporters can be implemented as extension.
475
-
There are [DotReporter](https://codeception.com/extensions#DotReporter) and [SimpleReporter](https://codeception.com/extensions#SimpleReporter) extensions included.
476
-
Use them to change output or use them as an example to build your own reporter. They can be easily enabled with `--ext` option
Copy file name to clipboardExpand all lines: guides/11-Reporting.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,5 +125,13 @@ php vendor/bin/codecept run --xml
125
125
Custom reporter can be built as an [Extension](https://codeception.com/docs/08-Customization#Extension). Extension can listen to all test events and log data from them.
126
126
Look into the basic reporting extensions like [DotReporter](https://codeception.com/extensions#DotReporter) or [Logger](https://codeception.com/extensions#Logger) to learn how to build your own.
127
127
128
+
Use them to change output or use them as an example to build your own reporter. They can be easily enabled with `--ext` option
0 commit comments