BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d0eee137
Commit
d0eee137
authored
Mar 19, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'tc-package-qa-rename-docs' into 'master'
Rename `package-qa` in docs See merge request gitlab-org/gitlab-ce!17842
parents
57c5cb56
88dffa45
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
end_to_end_tests.md
doc/development/testing_guide/end_to_end_tests.md
+1
-1
README.md
qa/README.md
+1
-1
README.md
qa/qa/page/README.md
+1
-1
No files found.
doc/development/testing_guide/end_to_end_tests.md
View file @
d0eee137
...
...
@@ -22,7 +22,7 @@ You can find these nightly pipelines at [GitLab QA pipelines page][gitlab-qa-pip
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
the
`package-
and-
qa`
manual action, that should be present in a merge request
widget.
Manual action that starts end-to-end tests is also available in merge requests
...
...
qa/README.md
View file @
d0eee137
...
...
@@ -26,7 +26,7 @@ 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.
using
`package-
and-
qa`
manual action, to test if everything works fine.
## How can I use it?
...
...
qa/qa/page/README.md
View file @
d0eee137
...
...
@@ -40,7 +40,7 @@ the time it would take to build packages and test everything.
That is why when someone changes
`t.text_field :login`
to
`t.text_field :username`
in the _new session_ view we won't know about this
change until our GitLab QA nightly pipeline fails, or until someone triggers
`package-qa`
action in their merge request.
`package-
and-
qa`
action in their merge request.
Obviously such a change would break all tests. We call this problem a _fragile
tests problem_.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment