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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
cd3c8e9b
Commit
cd3c8e9b
authored
Oct 27, 2016
by
Winnie
Committed by
winniehell
Oct 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to run frontend tests
parent
0f060bf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/development/frontend.md
doc/development/frontend.md
+14
-0
No files found.
doc/development/frontend.md
View file @
cd3c8e9b
...
@@ -185,6 +185,20 @@ again in the future.
...
@@ -185,6 +185,20 @@ again in the future.
See
[
the Testing Standards and Style Guidelines
](
testing.md
)
for more
See
[
the Testing Standards and Style Guidelines
](
testing.md
)
for more
information.
information.
### Running frontend tests
`rake teaspoon`
runs the frontend-only (JavaScript) tests.
It consists of two subtasks:
-
`rake teaspoon:fixtures`
(re-)generates fixtures
-
`rake teaspoon:tests`
actually executes the tests
As long as the fixtures don't change,
`rake teaspoon:tests`
is sufficient
(and saves you some time).
Please note: Not all of the frontend fixtures are generated. Some are still static
files. These will not be touched by
`rake teaspoon:fixtures`
.
## Supported browsers
## Supported browsers
For our currently-supported browsers, see our
[
requirements
][
requirements
]
.
For our currently-supported browsers, see our
[
requirements
][
requirements
]
.
...
...
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