--- layout: default title: Sitespeed.io - Release notes 1.7 description: Sitespeed.io 1.7 release contains support for using sitespeed in your continuous integration tool. author: Peter Hedenskog keywords: sitespeed.io, release, release-notes, 1.7, jenkins, travis nav: image: http://sitespeed.io/img/sitespeed-1.7-twitter.png twitterdescription: Sitespeed.io + Jenkins = LOVE! Yes, with the new release you can run sitespeed in your continuous integration tool, generating JUnit XML and for sure know when you break the rules! ---
Sitespeed.io can now output JUnit XML that you can use in your continuous integration tool. With that, you can for every build test your site against the rules! In the documentation you will see how to do it for Jenkins & Travis (Travis don't have full support yet for JUnit XML but you can still make sure that builds get broken if you violate the rules).
You can specify your own limits of when you want the tests to fail: for the overall score and the limit for individual tests. And you can of course skip tests. Using Jenkins you will get information per page and per test, so you easy can see what is failing.
For some sites crawling the site isn't the best thing; you want to test a couple of the most used pages (some of them longer down in the path tree). Now you can do that by supply a list of URL:s to sitespeed to test.
The list is a plain text file with one URL on each line and the first URL will give the name of the whole test. Here's an example of a file:
http://peterhedenskog.com/ http://peterhedenskog.com/work/ http://peterhedenskog.com/music/
Check the documentation of how to do it. Note: The parameter to supply a file is f meaning that the old functionality "follow only this path when crawling" has changed to parameter c so please make sure you change that if you use that functionality.
You can now see the average & median number of DOM elements on the site summary and for a specific page.
See the changelog for changes done in the past and the next milestone what will come in the next release.