Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
7b901480
Commit
7b901480
authored
Mar 08, 2017
by
Mikaël Salson
Committed by
Mathieu Giraud
Mar 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.gitlab-ci.yml: Add browser functional tests
parent
4adfb0f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
No files found.
.gitlab-ci.yml
View file @
7b901480
...
...
@@ -6,6 +6,7 @@ before_script:
stages
:
-
test_unit
-
test_functional
-
deploy
test_browser_unit
:
...
...
@@ -15,6 +16,13 @@ test_browser_unit:
paths
:
-
browser/
test_browser-functional
:
stage
:
test_functional
script
:
make functional_browser
artifacts
:
paths
:
-
browser/
deploy
:
stage
:
deploy
script
:
...
...
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