summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorFilipe Freire <livrofubia@gmail.com>2018-01-16 20:19:06 +0000
committerFilipe Freire <livrofubia@gmail.com>2018-01-16 20:19:06 +0000
commit1ab0cf14c40791c555681c3c15d202b10bdf1bb5 (patch)
tree685ef188943a9df186dda6b6ba08f633ca61f728 /qa
parenta1a5d142981379087ca7183d402300a3a3b6ad52 (diff)
parent66ae75600af3cdcaf67991b4ae0701d84de2f31a (diff)
downloadgitlab-ce-1ab0cf14c40791c555681c3c15d202b10bdf1bb5.tar.gz
Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into filipefreire_155
Diffstat (limited to 'qa')
-rw-r--r--qa/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md
index 8fa04e80825..3c1b61900d9 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -17,6 +17,17 @@ against any existing instance.
1. Along with GitLab Docker Images we also build and publish GitLab QA images.
1. GitLab QA project uses these images to execute integration tests.
+## Validating GitLab views / partials / selectors in merge requests
+
+We recently added a new CI job that is going to be triggered for every push
+event in CE and EE projects. The job is called `qa:selectors` and it will
+verify coupling between page objects implemented as a part of GitLab QA
+and corresponding views / partials / selectors in CE / EE.
+
+Whenever `qa:selectors` job fails in your merge request, you are supposed to
+fix [page objects](qa/page/README.md). You should also trigger end-to-end tests
+using `package-qa` manual action, to test if everything works fine.
+
## How can I use it?
You can use GitLab QA to exercise tests on any live instance! For example, the