Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: adds details to test results processor config option #12206

Merged
merged 5 commits into from Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Configuration.md
Expand Up @@ -1262,6 +1262,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-25.x/Configuration.md
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
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
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
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
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
2 changes: 2 additions & 0 deletions website/versioned_docs/version-27.4/Configuration.md
Expand Up @@ -1262,6 +1262,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.5/Configuration.md
Expand Up @@ -1262,6 +1262,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