Category Archives: Testing

The Transient Root Pattern: Integrating Ember 6.8 and Storybook 10

By | December 11, 2025

Making Connections Integrating a robust application framework with a documentation tool often involves reconciling different philosophies on how code should be built and rendered. I recently worked on integrating an Ember UI library with Storybook 10, and I encountered a specific architectural challenge. I actually tried and failed to combine the two many times before… Read More »

Running UI tests in Internet Explorer with Jenkins on AWS

By | August 31, 2015

In the best conditions it can feel difficult to use Selenium WebDriver to run UI tests on Internet Explorer. Running on the same machine you develop on isn’t realistic as WebDriver for IE requires all of the window focus. So you move it into a virtual machine on your box and then find that your… Read More »