From 7a43e63f634f61586760e9b717cc976687f0facb Mon Sep 17 00:00:00 2001 From: Zoltan Boros Date: Sat, 1 Jan 2022 15:23:05 +0100 Subject: [PATCH 1/4] docs: adds details to test results processor config option --- website/versioned_docs/version-27.4/Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/versioned_docs/version-27.4/Configuration.md b/website/versioned_docs/version-27.4/Configuration.md index db32780483b3..7d6e47370040 100644 --- a/website/versioned_docs/version-27.4/Configuration.md +++ b/website/versioned_docs/version-27.4/Configuration.md @@ -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` From bea2f11f8348d3fc085af6e3a2461f7a553b1ffd Mon Sep 17 00:00:00 2001 From: Zoltan Boros Date: Sun, 9 Jan 2022 13:10:42 +0100 Subject: [PATCH 2/4] docs: adds details to test results processor config option --- docs/Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Configuration.md b/docs/Configuration.md index db32780483b3..7d6e47370040 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -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` From 873dfd4da8fedcd82172219acecbd3d6cc559f41 Mon Sep 17 00:00:00 2001 From: Zoltan Boros Date: Sun, 6 Feb 2022 14:54:45 +0100 Subject: [PATCH 3/4] docs: adds details to test results processor config option in all doc versions --- website/versioned_docs/version-25.x/Configuration.md | 2 ++ website/versioned_docs/version-26.x/Configuration.md | 2 ++ website/versioned_docs/version-27.0/Configuration.md | 2 ++ website/versioned_docs/version-27.1/Configuration.md | 2 ++ website/versioned_docs/version-27.2/Configuration.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/website/versioned_docs/version-25.x/Configuration.md b/website/versioned_docs/version-25.x/Configuration.md index 4167e77f956b..128ff0d17418 100644 --- a/website/versioned_docs/version-25.x/Configuration.md +++ b/website/versioned_docs/version-25.x/Configuration.md @@ -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` diff --git a/website/versioned_docs/version-26.x/Configuration.md b/website/versioned_docs/version-26.x/Configuration.md index 516ab01714a2..abb4fbcb62a3 100644 --- a/website/versioned_docs/version-26.x/Configuration.md +++ b/website/versioned_docs/version-26.x/Configuration.md @@ -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` diff --git a/website/versioned_docs/version-27.0/Configuration.md b/website/versioned_docs/version-27.0/Configuration.md index 76e63be36941..e59b00523d1a 100644 --- a/website/versioned_docs/version-27.0/Configuration.md +++ b/website/versioned_docs/version-27.0/Configuration.md @@ -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` diff --git a/website/versioned_docs/version-27.1/Configuration.md b/website/versioned_docs/version-27.1/Configuration.md index 315f15f5954c..9f359f39a61b 100644 --- a/website/versioned_docs/version-27.1/Configuration.md +++ b/website/versioned_docs/version-27.1/Configuration.md @@ -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` diff --git a/website/versioned_docs/version-27.2/Configuration.md b/website/versioned_docs/version-27.2/Configuration.md index 996b2cea8cc2..24d698c13e7c 100644 --- a/website/versioned_docs/version-27.2/Configuration.md +++ b/website/versioned_docs/version-27.2/Configuration.md @@ -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` From 4f4a9ab131b9b3a895af87a77b69ba7fe4644740 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 7 Feb 2022 14:53:39 +0100 Subject: [PATCH 4/4] 27.5 as well --- website/versioned_docs/version-27.5/Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/versioned_docs/version-27.5/Configuration.md b/website/versioned_docs/version-27.5/Configuration.md index db32780483b3..7d6e47370040 100644 --- a/website/versioned_docs/version-27.5/Configuration.md +++ b/website/versioned_docs/version-27.5/Configuration.md @@ -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`