Ignored By Dinosaurs testing feed testing Angular, Protractor tests, and Sauce Connect config https://www.ignoredbydinosaurs.com/posts/257-angular-protractor-tests-and-sauce-connect-config <p>So it took me days of trying to piece together the correct config options to make my local protractor test suite run in a bunch of different setups on Sauce Labs.</p> <pre><code class="language-js">// An example configuration file. exports.config = { sauceUser: 'jgrubb', sauceKey: 'fill-in-the-blank', sauceSeleniumAddress: 'localhost:4445/wd/hub', // Capabilities to be passed to the webdriver instance. // This option is called "capabilities" in the protractor docs // but whatever. this also works. ...</code></pre> Tue, 14 Apr 2015 15:30:41 -0400 How to test meta tags with CasperJS https://www.ignoredbydinosaurs.com/posts/24-how-test-meta-tags-casperjs <blockquote> <p>Hi, this post is wildly out of date. I tried to follow it to set up some test within the last year and none of this stuff actually worked. The concepts are likely still valid, but don't expect to be able to copy much.</p> </blockquote> <p>jg - Oct 2015</p> <hr /> <p>I went down to Drupaldelphia (the name should be self-explanatory) a couple weeks ago mainly for a session called "Testing your site with CasperJS". <a href="http://casperjs.org/index.html">CasperJS</a> is what's known as a "headless" Webkit testing framework. That means it's essentially a...</p> Tue, 03 Jul 2012 05:00:00 -0400