<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (jazzgumpy)</title>
    <link>https://pinboard.in/u:jazzgumpy/public/</link>
    <description>recent bookmarks from jazzgumpy</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://feedproxy.google.com/~r/GiantRobotsSmashingIntoOtherGiantRobots/~3/7sfaqxjA5es/headless-feature-specs-with-chrome"/>
	<rdf:li rdf:resource="http://24ways.org/2010/everything-you-wanted-to-know-about-gradients"/>
	<rdf:li rdf:resource="http://webkit.org/blog/1395/running-scripts-in-webkit/"/>
	<rdf:li rdf:resource="http://www.the-art-of-web.com/css/timing-function/"/>
	<rdf:li rdf:resource="http://webkit.org/blog/386/3d-transforms/"/>
	<rdf:li rdf:resource="http://24ways.org/2009/css-animations"/>
	<rdf:li rdf:resource="http://feedproxy.google.com/~r/codecandies/~3/jYbKhRYdvWc/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://feedproxy.google.com/~r/GiantRobotsSmashingIntoOtherGiantRobots/~3/7sfaqxjA5es/headless-feature-specs-with-chrome">
    <title>Headless Capybara Feature Specs with Chrome</title>
    <dc:date>2017-06-16T07:47:41+00:00</dc:date>
    <link>http://feedproxy.google.com/~r/GiantRobotsSmashingIntoOtherGiantRobots/~3/7sfaqxjA5es/headless-feature-specs-with-chrome</link>
    <dc:creator>jazzgumpy</dc:creator><description><![CDATA[I’ve been a happy user of Capybara-WebKit for many years now, but its dependence on Qt can make it frustrating to install on macOS, particularly following macOS or Xcode updates. One such recent issue lead me to experiment with running my tests in Chrome via ChromeDriver and Selenium.  I found the installation of ChromeDriver and Capybara-Selenium to be significantly faster than the installation of Qt and Capybara-WebKit, and my teammates reported no difficulties with those steps either.  While tests executing with Capybara-WebKit are headless, I initially did not have this option when configuring ChromeDriver. In this initial configuration, I was reminded that it is occasionally useful to watch a test execute without having to resort to save_and_open_screenshot . I was also pleasantly surprised to find that ChromeDriver never seems to steal focus from my active Chrome session or any other applications, which is a refreshing change from my memories of executing tests in Firefox via Selenium.  Last week saw the stable channel release of Chrome 59, which supports headless operation on macOS. Headless operation on Linux was already possible as of Chrome 57 and will be coming to Windows soon as well. I updated my Capybara configuration to run ChromeDriver with headless support and am now a mostly satisfied ChromeDriver convert.    ChromeDriver Installation    Executing your feature specs in Chrome requires that you have Chrome and ChromeDriver installed. Web developers and designers are likely to have Chrome installed already, so that leaves us needing to install ChromeDriver.  ChromeDriver is installed via Homebrew with brew install chromedriver  and is similarly available in your package manager of choice on Linux. If you already have ChromeDriver installed, be sure to install an up-to-date version for headless support. I’m currently using ChromeDriver version 2.30.  If you’re not comfortable making this a prerequisite to running your application’s tests, you can also install ChromeDriver by adding chromedriver-helper  to your Gemfile . On install this will download a platform-appropriate binary for ChromeDriver and add it to your gem path. If you opt for this approach, be sure to read the documentation on updating ChromeDriver and the open issue on Windows support.    Capybara Configuration    Add capybara-selenium  to the test  group of your Gemfile  and optionally remove capybara-webkit  while you’re at it. All that’s left for us to do now is to configure]]></description>
<dc:subject>chrome webkit selenium feature-specs</dc:subject>
<dc:identifier>https://pinboard.in/u:jazzgumpy/b:7918e518e576/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:chrome"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:selenium"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:feature-specs"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://24ways.org/2010/everything-you-wanted-to-know-about-gradients">
    <title>24 ways: Everything You Wanted To Know About Gradients (And a Few Things You Didn’t)</title>
    <dc:date>2010-12-22T11:31:12+00:00</dc:date>
    <link>http://24ways.org/2010/everything-you-wanted-to-know-about-gradients</link>
    <dc:creator>jazzgumpy</dc:creator><dc:subject>gradient webkit webdevelopment css3</dc:subject>
<dc:identifier>https://pinboard.in/u:jazzgumpy/b:9b705f9bc006/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:gradient"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webdevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:css3"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://webkit.org/blog/1395/running-scripts-in-webkit/">
    <title>Surfin’ Safari - Blog Archive » Running scripts in WebKit</title>
    <dc:date>2010-09-24T14:34:35+00:00</dc:date>
    <link>http://webkit.org/blog/1395/running-scripts-in-webkit/</link>
    <dc:creator>jazzgumpy</dc:creator><dc:subject>javascript webkit async defer html5 script</dc:subject>
<dc:identifier>https://pinboard.in/u:jazzgumpy/b:3d1863a6abb3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:async"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:defer"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:script"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.the-art-of-web.com/css/timing-function/">
    <title>Transition Timing Functions &lt; CSS | The Art of Web</title>
    <dc:date>2010-06-03T06:03:48+00:00</dc:date>
    <link>http://www.the-art-of-web.com/css/timing-function/</link>
    <dc:creator>jazzgumpy</dc:creator><dc:subject>css3 transitions webkit webdevelopment</dc:subject>
<dc:identifier>https://pinboard.in/u:jazzgumpy/b:18e6da2f3ce8/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:transitions"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webdevelopment"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://webkit.org/blog/386/3d-transforms/">
    <title>Surfin’ Safari - Blog Archive » 3D Transforms</title>
    <dc:date>2010-03-23T08:01:57+00:00</dc:date>
    <link>http://webkit.org/blog/386/3d-transforms/</link>
    <dc:creator>jazzgumpy</dc:creator><dc:subject>webkit css3 3d transform</dc:subject>
<dc:identifier>https://pinboard.in/u:jazzgumpy/b:45277a584810/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:3d"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:transform"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://24ways.org/2009/css-animations">
    <title>24 ways: CSS Animations</title>
    <dc:date>2010-02-25T18:09:19+00:00</dc:date>
    <link>http://24ways.org/2009/css-animations</link>
    <dc:creator>jazzgumpy</dc:creator><dc:subject>css animation webkit</dc:subject>
<dc:identifier>https://pinboard.in/u:jazzgumpy/b:d6cd228ee8e4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:animation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webkit"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://feedproxy.google.com/~r/codecandies/~3/jYbKhRYdvWc/">
    <title>CSS 3 Gradients</title>
    <dc:date>2010-02-17T11:03:45+00:00</dc:date>
    <link>http://feedproxy.google.com/~r/codecandies/~3/jYbKhRYdvWc/</link>
    <dc:creator>jazzgumpy</dc:creator><dc:subject>css css3 gradient farbverlauf webkit firefox</dc:subject>
<dc:identifier>https://pinboard.in/u:jazzgumpy/b:9aa2fe59d76a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:css3"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:gradient"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:farbverlauf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:webkit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jazzgumpy/t:firefox"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>