Skip to content

Commit

Permalink
docs: adds details to test results processor config option in all doc…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
zoltan-boros committed Feb 6, 2022
1 parent bea2f11 commit 873dfd4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/versioned_docs/version-25.x/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,8 @@ This option allows the use of a custom results processor. This processor must be
}
```

`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.

### `testRunner` \[string]

Default: `jasmine2`
Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-26.x/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,8 @@ This option allows the use of a custom results processor. This processor must be
}
```

`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.

### `testRunner` \[string]

Default: `jasmine2`
Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-27.0/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,8 @@ This option allows the use of a custom results processor. This processor must be
}
```

`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.

### `testRunner` \[string]

Default: `jest-circus/runner`
Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-27.1/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,8 @@ This option allows the use of a custom results processor. This processor must be
}
```

`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.

### `testRunner` \[string]

Default: `jest-circus/runner`
Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-27.2/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,8 @@ This option allows the use of a custom results processor. This processor must be
}
```

`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.

### `testRunner` \[string]

Default: `jest-circus/runner`
Expand Down

0 comments on commit 873dfd4

Please sign in to comment.