Skip to content

Commit

Permalink
docs: adds details to test results processor config option (#12206)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-boros committed Feb 7, 2022
1 parent 932f78e commit bc1c884
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
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

0 comments on commit bc1c884

Please sign in to comment.