Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8b52f415
Commit
8b52f415
authored
May 03, 2021
by
Jonathan Schafer
Committed by
Evan Read
May 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to E2E beginners guide
parent
a382d331
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/development/testing_guide/end_to_end/beginners_guide.md
doc/development/testing_guide/end_to_end/beginners_guide.md
+3
-2
No files found.
doc/development/testing_guide/end_to_end/beginners_guide.md
View file @
8b52f415
...
...
@@ -210,7 +210,7 @@ end
Behind the scenes,
`be_signed_in`
is a
[
predicate matcher
](
https://relishapp.com/rspec/rspec-expectations/v/3-8/docs/built-in-matchers/predicate-matchers
)
that
[
implements checking the user avatar
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/qa/qa/page/main/menu.rb#L
74
)
.
that
[
implements checking the user avatar
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/qa/qa/page/main/menu.rb#L
92
)
.
## De-duplicate your code
...
...
@@ -339,11 +339,12 @@ Before running the spec, make sure that:
-
No additional
[
RSpec metadata tags
](
rspec_metadata_tests.md
)
have been applied.
-
Your working directory is
`qa/`
within your GDK GitLab installation.
-
Your GitLab instance-level settings are default. If you changed the default settings, some tests might have unexpected results.
-
Because the GDK requires a password change on first login, you must include the GDK password for
`root`
user
To run the spec, run the following command:
```
ruby
bundle
exec
bin
/
qa
Test
::
Instance
::
All
http
:/
/
localhost
:
3000
--
<
test_file
>
GITLAB_PASSWORD
=<
GDK
root
password
>
bundle
exec
bin
/
qa
Test
::
Instance
::
All
http
:/
/
localhost
:
3000
--
<
test_file
>
```
Where
`<test_file>`
is:
...
...
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