<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Webdriver on Erwähnenswert</title><link>https://blog.lgohlke.de/tags/webdriver/</link><description>Recent content in Webdriver on Erwähnenswert</description><generator>Hugo</generator><language>de-de</language><lastBuildDate>Sun, 25 Oct 2015 21:23:07 +0000</lastBuildDate><atom:link href="https://blog.lgohlke.de/tags/webdriver/index.xml" rel="self" type="application/rss+xml"/><item><title>Isolated web tests in docker</title><link>https://blog.lgohlke.de/posts/2015-10-25-isolated-web-tests-in-docker/</link><pubDate>Sun, 25 Oct 2015 21:23:07 +0000</pubDate><guid>https://blog.lgohlke.de/posts/2015-10-25-isolated-web-tests-in-docker/</guid><description>&lt;p&gt;This is a simple tutorial to show you how easy it can be to run isolated webtests in docker.&lt;/p&gt;
&lt;p&gt;Presumed you want to run your webtests in an isolated environment for the following reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;isolation from other test runs (same ports/same directories/&amp;hellip;)&lt;/li&gt;
&lt;li&gt;automatic cleanup of &amp;hellip;
&lt;ul&gt;
&lt;li&gt;orphaned processes (to avoid memory leaks of test agent)&lt;/li&gt;
&lt;li&gt;cleanup of build files (not filling disk up with temporary files)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;repeatability (of course)&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Btw. with &lt;em&gt;build files&lt;/em&gt; I include the temporary container and images as well. (I just had a bunch of stability tests, which means running tests more than 50 times. I had local memory fuckups twice.)&lt;/p&gt;</description></item></channel></rss>