Skip to content

Add browser performance testing to AutoDevOps

Joshua Lambert requested to merge 35-add-performance-testing-to-autodevops into master

This adds browser performance testing via SiteSpeed to AutoDevOps.

By default it will test the root page, but if you specify a list of URL's in .gitlab-urls.txt they will be tested instead.

Note that this runs on all branches, as we need to compare to master like code quality. This also takes some time to run. Largely due to Docker in Docker, executing headless Chrome, and retrieving the sizable sitespeed image.

Closes #35 (closed)

Edited by Joshua Lambert

Merge request reports