diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-02 14:30:29 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-02 14:30:29 +0100 |
commit | 51bb5abe269c8639b4f9ebbb6cb5e917d2710210 (patch) | |
tree | c927acf569fd0a2506235313f1abadb4fd672eec /doc/development | |
parent | 629d966c4807174ddb91e753b9aa15ec2697cd08 (diff) | |
download | gitlab-ce-51bb5abe269c8639b4f9ebbb6cb5e917d2710210.tar.gz |
Link to end to end test guideline from test pyramid
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/testing_guide/testing_levels.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/testing_guide/testing_levels.md b/doc/development/testing_guide/testing_levels.md index 1cbd4350284..dd0e9a77164 100644 --- a/doc/development/testing_guide/testing_levels.md +++ b/doc/development/testing_guide/testing_levels.md @@ -121,6 +121,9 @@ running feature tests (i.e. using Capybara) against it. The actual test scenarios and steps are [part of GitLab Rails] so that they're always in-sync with the codebase. +Read a separate document about [end-to-end tests](../end_to_end_tests.md) to +learn more. + [multiple pieces]: ../architecture.md#components [GitLab Shell]: https://gitlab.com/gitlab-org/gitlab-shell [GitLab Workhorse]: https://gitlab.com/gitlab-org/gitlab-workhorse |