Skip to content

Commit f3b53f3

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 909bdc2 commit f3b53f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_includes/extensions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## DotReporter
44

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)
66

77
DotReporter provides less verbose output for test execution.
88
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.
3838

3939
## Logger
4040

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)
4242

4343
Log suites/tests/steps using Monolog library.
4444
Monolog should be installed additionally by Composer.
@@ -66,7 +66,7 @@ extensions:
6666

6767
## Recorder
6868

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)
7070

7171
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))
7272
Activated only for suites with WebDriver module enabled.
@@ -125,7 +125,7 @@ public function testLogin(AcceptanceTester $I)
125125

126126
## RunBefore
127127

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)
129129

130130
Extension for execution of some processes before running tests.
131131

@@ -156,7 +156,7 @@ HINT: you can use different configurations per environment.
156156

157157
## RunFailed
158158

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)
160160

161161
Saves failed tests into tests/_output/failed in order to rerun failed tests.
162162

@@ -185,7 +185,7 @@ On each execution failed tests are logged and saved into `tests/_output/failed`
185185

186186
## RunProcess
187187

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)
189189

190190
Extension to start and stop processes per suite.
191191
Can be used to start/stop selenium server, chromedriver, mailcatcher, etc.
@@ -232,7 +232,7 @@ HINT: you can use different configurations per environment.
232232

233233
## SimpleReporter
234234

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)
236236

237237
This extension demonstrates how you can implement console output of your own.
238238
Recommended to be used for development purposes only.

0 commit comments

Comments
 (0)