diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-05 15:32:41 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-05 15:32:41 +0100 |
commit | 8bdc6c74e82445048d66f6bf4be9dd0db7dc4737 (patch) | |
tree | 12a0edf5a3bbd0966d884e660e98e6ae0fb306dd /doc/development | |
parent | e8acb3f11755811fca28d38bb0cbba44add7b0af (diff) | |
download | gitlab-ce-8bdc6c74e82445048d66f6bf4be9dd0db7dc4737.tar.gz |
Rephrase paragraph about e2e tests in merge requests in docs
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/testing_guide/end_to_end_tests.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/development/testing_guide/end_to_end_tests.md b/doc/development/testing_guide/end_to_end_tests.md index 30efe3e3b76..abe5b06e0f0 100644 --- a/doc/development/testing_guide/end_to_end_tests.md +++ b/doc/development/testing_guide/end_to_end_tests.md @@ -20,15 +20,13 @@ You can find these nightly pipelines at [GitLab QA pipelines page][gitlab-qa-pip ### Testing code in merge requests -It is also possible to trigger build of GitLab packages and then pass these -package to GitLab QA to run tests in a [pipeline][gitlab-qa-pipelines]. +It is possible to run end-to-end tests (eventually being run within a +[GitLab QA pipeline][gitlab-qa-pipelines]) for a merge request by triggering +the `package-qa` manual action, that should be present in a merge request +widget. -Developers can trigger the `package-qa` manual action, that should be present in -the merge request widget. - -It is also possible to trigger Gitlab QA pipeline from merge requests in -Omnibus GitLab project. You can find a manual action that is similar to -`package-qa`, mentioned above, in your Omnibus-related merge requests as well. +Mmanual action that starts end-to-end tests is also available in merge requests +in Omnibus GitLab project. Below you can read more about how to use it and how does it work. |