summaryrefslogtreecommitdiff
path: root/doc/topics
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-01-03 20:44:47 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2018-01-03 20:44:47 +0000
commitc6ab17f11395338d4dc13880ae8c60a37b1ba890 (patch)
tree799488797da421d1b94a4320489dc089dfcbb689 /doc/topics
parent61ea4872c7a07fc672bdfe2eca23917d3e324c4f (diff)
parent5be9a521df57d8dba6c4520220fe5f8a6a001dfa (diff)
downloadgitlab-ce-c6ab17f11395338d4dc13880ae8c60a37b1ba890.tar.gz
Merge branch 'update-autodevops-template' into 'master'
Update Auto DevOps template See merge request gitlab-org/gitlab-ce!16042
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/index.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 339bc2bd4fe..e23c73f46fb 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -20,6 +20,7 @@ project in an easy and automatic way:
1. [Auto Test](#auto-test)
1. [Auto Code Quality](#auto-code-quality)
1. [Auto SAST (Static Application Security Testing)](#auto-sast)
+1. [Auto Browser Performance Testing](#auto-browser-performance-testing)
1. [Auto Review Apps](#auto-review-apps)
1. [Auto Deploy](#auto-deploy)
1. [Auto Monitoring](#auto-monitoring)
@@ -208,6 +209,20 @@ check out.
Any security warnings are also [shown in the merge request widget](https://docs.gitlab.com/ee/user/project/merge_requests/sast.html).
+### Auto Browser Performance Testing
+
+> Introduced in [GitLab Enterprise Edition Premium][ee] 10.4.
+
+Auto Browser Performance Testing utilizes the [Sitespeed.io container](https://hub.docker.com/r/sitespeedio/sitespeed.io/) to measure the performance of a web page. A JSON report is created and uploaded as an artifact, which includes the overall performance score for each page. By default, the root page of Review and Production environments will be tested. If you would like to add additional URL's to test, simply add the paths to a file named `.gitlab-urls.txt` in the root directory, one per line. For example:
+
+```
+/
+/features
+/direction
+```
+
+In GitLab Enterprise Edition Premium, performance differences between the source and target branches are [shown in the merge request widget](https://docs.gitlab.com/ee/user/project/merge_requests/browser_performance_testing.html).
+
### Auto Review Apps
NOTE: **Note:**