Posts Tagged ‘testing’

Subscribe via RSS
  1. 15 Feb, 2023

    Testing Components in Storybook in 2023

    Testing design system component libraries is critically important, but has historically been a pain in the butt to implement. That’s why I’m thrilled my brilliant colleague wrote Testing Components in Storybook in 2023, which details how to lean into Storybook’s testing […]

  2. 02 Dec, 2022

    Component testing in Storybook

    “Writing your component UI tests in Jest can feel a little like stabbing at your components with a blindfold on.”- Michael Chan This nails it. I used to think my stumbling over testing design system component libraries was a personal […]

  3. 12 Sep, 2022

    Component testing in Storybook with play functions

    Here’s my man Chantastic with a great video summarizing how to write interactive tests with Storybook. Unit testing has always been a bit of a rough spot in our workflow and seemed duplicative or off to the side of the […]

  4. 23 May, 2018

    My Struggle with Testing Code – daverupert.com

    I know that unit testing logic and functional/integration testing DOM manipulation is different. But again, there’s a gulf in my mind between expect(page.title).toBe(‘hello world’) and “Make sure this doesn’t fuck up when resizing Internet Explorer 10 between 720px and 800px.” Source: My […]

  5. 20 Jan, 2014

    Pittsburgh Open Device Lab

    Big news: Pittsburgh finally has an open device lab! Now Pittsburgh web and app developers have a place to go test their creations on a plethora of devices large and small, new and old, and (hopefully) everything in between. The […]

  6. 22 Nov, 2013

    Browser Roulette

    So I had a thought: Idea: browser roulette. During dev, every time you refresh you get a random browser's rendering of the page. — Brad Frost (@brad_frost) November 22, 2013 Basically, I want to be given a random browser’s rendering […]

  7. 31 Jan, 2013

    Modern.ie

    This looks like a great tool from Microsoft to help developers wrestle legacy versions of IE.

  8. 04 Jan, 2012

    Test on Real Mobile Devices without Breaking the Bank

    Mobile is the future of the web, so it’s time to start investing in some mobile devices. Testing on actual devices is now an absolutely essential part of web design. Stephanie Rieger explains that there are crucial aspects of a […]

  9. 20 Dec, 2011

    Support Vs Optimization

    A few things usually happen when I bring up the existence of mobile devices/browsers that aren’t iOS and Android. First, people give me a blank stare. Then they respond, “Well…fuck them”. (I’m not just being cheeky here, this sentiment has […]