sitespeed.io/docs/feed/browsertime.rss

172 lines
9.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>browsertime release feed</title>
<link>https://www.sitespeed.io</link>
<description>New releases and changelog feed of browsertime</description>
<lastBuildDate>Wed, 29 Jun 2022 20:55:00 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
<image>
<title>browsertime release feed</title>
<url>https://www.sitespeed.io/img/logos/browsertime.png</url>
<link>https://www.sitespeed.io</link>
</image>
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
<category>Web Performance</category>
<atom:link href="https://www.sitespeed.io/feed/browsertime.rss" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[browsertime 16.11.1]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.1</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.1</guid>
<pubDate>Wed, 29 Jun 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Fixed <code>--preWarmServer</code> so it works with <code>--headless</code>, Docker and specific Android or iOS device <a href="https://github.com/sitespeedio/browsertime/pull/1815">#1815</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.11.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.0</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.0</guid>
<pubDate>Tue, 28 Jun 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Firefox 102 and Edge 103 in the Docker container.</li>
</ul>
<ul>
<li>Use Edgedriver 103 <a href="https://github.com/sitespeedio/browsertime/pull/1812">#1812</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Upgraded to Selenium 4.3.0 <a href="https://github.com/sitespeedio/browsertime/pull/1813">#1813</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.10.1]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.10.1</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.10.1</guid>
<pubDate>Sun, 26 Jun 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Verify that the CDP port is free before using it <a href="https://github.com/sitespeedio/browsertime/pull/1811">1811</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.10.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.10.0</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.10.0</guid>
<pubDate>Thu, 23 Jun 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Upgraded the Docker container to use Chrome 103.</li>
</ul>
<ul>
<li>Upgraded to Chromedriver 103.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.9.1]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.9.1</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.9.1</guid>
<pubDate>Sun, 19 Jun 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Upgraded to Throttle 4 that internally uses <code>ip route</code> instead of <code>route</code> (one less dependency) <a href="https://github.com/sitespeedio/browsertime/pull/1767">#1767</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.9.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.9.0</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.9.0</guid>
<pubDate>Wed, 15 Jun 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>New <code>wait.byCondition</code> command. Thank you <a href="https://github.com/Icecold777">Icecold777</a> for PR <a href="https://github.com/sitespeedio/browsertime/pull/1803">#1803</a>.</li>
</ul>
<ul>
<li>Collect number of CPU longtasks before largest contentful paint <a href="https://github.com/sitespeedio/browsertime/pull/1806">#1806</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Instead of throwing errors and exit the tests if the page hasn&#39;t finished loading after 5 minutes, we now gracefully ends the test after 2 minutes (you can change that time with <code>--maxLoadTime</code>). That makes more sense than just throwing errors <a href="https://github.com/sitespeedio/browsertime/pull/1810">#1810</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.8.1]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.8.1</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.8.1</guid>
<pubDate>Thu, 09 Jun 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Fix for getting the MOZ log, thank you <a href="https://github.com/gmierz">Gregory Mierzwinski</a> for PR <a href="https://github.com/sitespeedio/browsertime/pull/1802">#1802</a>.</li>
</ul>
<ul>
<li><a href="https://github.com/sitespeedio/browsertime/pull/1751">Removed unused functionality of the Visual metrics portable script</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.8.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.8.0</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.8.0</guid>
<pubDate>Mon, 06 Jun 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Add <code>--debug</code> mode. Debug mode will run your tests and open devtools in Chrome/Edge/Firefox on desktop and will stop after each iteration so you can inspect the page. You can add your own breakpoint in your script with the <code>breakpoint(name)</code> command. To continue after your breakpoint, add the following code in the developer console in your browser: <code>window.browsertime.pause=false;</code> <a href="https://github.com/sitespeedio/browsertime/pull/1798">#1798</a>.</li>
</ul>
<ul>
<li>Use Selenium WebDriver 4.2.0 <a href="https://github.com/sitespeedio/browsertime/pull/1801">#1801</a>.</li>
</ul>
<ul>
<li>Updated to Firefox 101, Edge 102, Chrome 102 in the Docker container.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.7.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0</guid>
<pubDate>Fri, 20 May 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Include last CPU long task in the HAR file so we can show when it happens <a href="https://github.com/sitespeedio/browsertime/pull/1793">#1793</a>.</li>
</ul>
<ul>
<li>Inlclude TTFB and INP in the Google Web Vital namespace <a href="https://github.com/sitespeedio/browsertime/pull/1792">#1792</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.6.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.6.0</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.6.0</guid>
<pubDate>Fri, 20 May 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Implemented experimental Interaction to next paint that&#39;s useful if you test user journeys <a href="https://github.com/sitespeedio/browsertime/pull/1791">#1791</a>.</li>
</ul>
<ul>
<li>Track when the last CPU long task happen as explained by Andy Davies of the webperf Slack channel <a href="https://github.com/sitespeedio/browsertime/pull/1789">#1789</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
</channel>
</rss>