SASS Workshop

Middle of July I was invited to hold a workshop on working with SASS for a local company. For those of you who don’t know SASS, SASS (Syntactically Awesome Stylesheets) is a scripting language that is compiled into CSS. I’ve been working now for about three years with SASS and can highly recommend to use it. Once you are into it, you won’t ever go back.

read more

Cucumber - Set up VCR to ignore session requests

When running VCR for a cucumber selenium test it will record by default every request. Unfortunately every button click results in a Selenium URI request, and each uri has a unique session key that will change for each run, so you end up having a file of 9000 lines for a single run and 18000 for the 2nd run.

read more