Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-02-20 00:44:08 +0300
committerMark Lapierre <mlapierre@gitlab.com>2019-02-20 00:44:08 +0300
commit75b2df681bdf7a7d2cb7c1a9089cc746b2f9a9f2 (patch)
treeb58cc31ce80d1881163f15ced99354a0bd914218 /doc/development
parentb570f53d17f5bc0e72fef9a122b7fe5645db0ea9 (diff)
Update QA docs
Use consistent language (end-to-end instead of integration). Clarify purpose of `qa/specs/features/` vs. `spec`
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/testing_guide/testing_levels.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/testing_guide/testing_levels.md b/doc/development/testing_guide/testing_levels.md
index 070b6477a7a..a7a3459719b 100644
--- a/doc/development/testing_guide/testing_levels.md
+++ b/doc/development/testing_guide/testing_levels.md
@@ -159,6 +159,10 @@ Every new feature should come with a [test plan].
> See [end-to-end tests](end_to_end_tests.md) for more information.
+Note that `qa/spec` contains unit tests of the QA framework itself, not to be
+confused with the application's [unit tests](#unit-tests) or
+[end-to-end tests](#black-box-tests-at-the-system-level-aka-end-to-end-tests).
+
[multiple pieces]: ../architecture.md#components
[GitLab Shell]: https://gitlab.com/gitlab-org/gitlab-shell
[GitLab Workhorse]: https://gitlab.com/gitlab-org/gitlab-workhorse