Skip to content

Commit 873dfd4

Browse files
committed
docs: adds details to test results processor config option in all doc versions
1 parent bea2f11 commit 873dfd4

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

website/versioned_docs/version-25.x/Configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,8 @@ This option allows the use of a custom results processor. This processor must be
11081108
}
11091109
```
11101110

1111+
`testResultsProcessor` and `reporters` are very similar to each other. One difference is that a test result processor only gets called after all tests finished. Whereas a reporter has the ability to receive test results after individual tests and/or test suites are finished.
1112+
11111113
### `testRunner` \[string]
11121114

11131115
Default: `jasmine2`

website/versioned_docs/version-26.x/Configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,8 @@ This option allows the use of a custom results processor. This processor must be
11941194
}
11951195
```
11961196

1197+
`testResultsProcessor` and `reporters` are very similar to each other. One difference is that a test result processor only gets called after all tests finished. Whereas a reporter has the ability to receive test results after individual tests and/or test suites are finished.
1198+
11971199
### `testRunner` \[string]
11981200

11991201
Default: `jasmine2`

website/versioned_docs/version-27.0/Configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,8 @@ This option allows the use of a custom results processor. This processor must be
12211221
}
12221222
```
12231223

1224+
`testResultsProcessor` and `reporters` are very similar to each other. One difference is that a test result processor only gets called after all tests finished. Whereas a reporter has the ability to receive test results after individual tests and/or test suites are finished.
1225+
12241226
### `testRunner` \[string]
12251227

12261228
Default: `jest-circus/runner`

website/versioned_docs/version-27.1/Configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,8 @@ This option allows the use of a custom results processor. This processor must be
12561256
}
12571257
```
12581258

1259+
`testResultsProcessor` and `reporters` are very similar to each other. One difference is that a test result processor only gets called after all tests finished. Whereas a reporter has the ability to receive test results after individual tests and/or test suites are finished.
1260+
12591261
### `testRunner` \[string]
12601262

12611263
Default: `jest-circus/runner`

website/versioned_docs/version-27.2/Configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,8 @@ This option allows the use of a custom results processor. This processor must be
12601260
}
12611261
```
12621262

1263+
`testResultsProcessor` and `reporters` are very similar to each other. One difference is that a test result processor only gets called after all tests finished. Whereas a reporter has the ability to receive test results after individual tests and/or test suites are finished.
1264+
12631265
### `testRunner` \[string]
12641266

12651267
Default: `jest-circus/runner`

0 commit comments

Comments
 (0)