|
2 | 2 |
|
3 | 3 | ## DotReporter
|
4 | 4 |
|
5 |
| -[See Source](https://github.com/Codeception/Codeception/blob/5.1/ext/DotReporter.php) |
| 5 | +[See Source](https://github.com/Codeception/Codeception/blob/main/ext/DotReporter.php) |
6 | 6 |
|
7 | 7 | DotReporter provides less verbose output for test execution.
|
8 | 8 | Like PHPUnit printer it prints dots "." for successful testes and "F" for failures.
|
@@ -38,7 +38,7 @@ Use this extension as an example for building custom reporters.
|
38 | 38 |
|
39 | 39 | ## Logger
|
40 | 40 |
|
41 |
| -[See Source](https://github.com/Codeception/Codeception/blob/5.1/ext/Logger.php) |
| 41 | +[See Source](https://github.com/Codeception/Codeception/blob/main/ext/Logger.php) |
42 | 42 |
|
43 | 43 | Log suites/tests/steps using Monolog library.
|
44 | 44 | Monolog should be installed additionally by Composer.
|
@@ -66,7 +66,7 @@ extensions:
|
66 | 66 |
|
67 | 67 | ## Recorder
|
68 | 68 |
|
69 |
| -[See Source](https://github.com/Codeception/Codeception/blob/5.1/ext/Recorder.php) |
| 69 | +[See Source](https://github.com/Codeception/Codeception/blob/main/ext/Recorder.php) |
70 | 70 |
|
71 | 71 | Saves a screenshot of each step in acceptance tests and shows them as a slideshow on one HTML page (here's an [example](https://codeception.com/images/recorder.gif))
|
72 | 72 | Activated only for suites with WebDriver module enabled.
|
@@ -125,7 +125,7 @@ public function testLogin(AcceptanceTester $I)
|
125 | 125 |
|
126 | 126 | ## RunBefore
|
127 | 127 |
|
128 |
| -[See Source](https://github.com/Codeception/Codeception/blob/5.1/ext/RunBefore.php) |
| 128 | +[See Source](https://github.com/Codeception/Codeception/blob/main/ext/RunBefore.php) |
129 | 129 |
|
130 | 130 | Extension for execution of some processes before running tests.
|
131 | 131 |
|
@@ -156,7 +156,7 @@ HINT: you can use different configurations per environment.
|
156 | 156 |
|
157 | 157 | ## RunFailed
|
158 | 158 |
|
159 |
| -[See Source](https://github.com/Codeception/Codeception/blob/5.1/ext/RunFailed.php) |
| 159 | +[See Source](https://github.com/Codeception/Codeception/blob/main/ext/RunFailed.php) |
160 | 160 |
|
161 | 161 | Saves failed tests into tests/_output/failed in order to rerun failed tests.
|
162 | 162 |
|
@@ -185,7 +185,7 @@ On each execution failed tests are logged and saved into `tests/_output/failed`
|
185 | 185 |
|
186 | 186 | ## RunProcess
|
187 | 187 |
|
188 |
| -[See Source](https://github.com/Codeception/Codeception/blob/5.1/ext/RunProcess.php) |
| 188 | +[See Source](https://github.com/Codeception/Codeception/blob/main/ext/RunProcess.php) |
189 | 189 |
|
190 | 190 | Extension to start and stop processes per suite.
|
191 | 191 | Can be used to start/stop selenium server, chromedriver, mailcatcher, etc.
|
@@ -232,7 +232,7 @@ HINT: you can use different configurations per environment.
|
232 | 232 |
|
233 | 233 | ## SimpleReporter
|
234 | 234 |
|
235 |
| -[See Source](https://github.com/Codeception/Codeception/blob/5.1/ext/SimpleReporter.php) |
| 235 | +[See Source](https://github.com/Codeception/Codeception/blob/main/ext/SimpleReporter.php) |
236 | 236 |
|
237 | 237 | This extension demonstrates how you can implement console output of your own.
|
238 | 238 | Recommended to be used for development purposes only.
|
|
0 commit comments