Merge pull request #8244 from civicrm/totten-patch-1
[civicrm-core.git] / .github / CONTRIBUTING.md
index 59ba04f5591d7239bae45fd9fb50303c497f7c65..9a1e22a5d85f3c3b12fe351bd4039846f7bdb874 100644 (file)
@@ -55,9 +55,9 @@ Pull-requests are tested automatically by a build-bot. Key things to know:
    * The console output. If the test-suite encountered a significant error (such as a PHP crash),
      the key details will only appear in the console.
  * Code-style tests are executed first. If the code-style in this patch is inconsistent, the remaining tests will be skipped.
- * The primary tests may take 20-120 min to execute. This includes the following suites: `api_v3_AllTests`, `CRM_Core_AllTests`, `Civi\AllTests`, `civicrm-upgrade-test`, and `karma`
- * Some tests are run separately. These tests are not reported by the PR buildbot: `CRM_AllTests`, `WebTest_AllTests`
+ * The primary tests may take 20-120 min to execute. This includes the following suites: `api_v3_AllTests`, `CRM_AllTests`, `Civi\AllTests`, `civicrm-upgrade-test`, and `karma`
  * There are a handful of unit tests which are time-sensitive and which fail sporadically. See: https://forum.civicrm.org/index.php?topic=36964.0
+ * The web test suite (`WebTest_AllTests`) takes several hours to execute. [It runs separately -- after the PR has been merged.](https://test.civicrm.org/job/CiviCRM-WebTest-Matrix/)
 
 For detailed discussion about automated tests, see http://wiki.civicrm.org/confluence/display/CRMDOC/Testing