TTesting Testing Ember.js applications with Konacha.byMagmaLabs TeamNovember 20, 2013 Reading Time: 7 minutesThis time I want to show you how to write tests for your Ember.js application, using the Konacha…
TTesting Fake it!byMagmaLabs TeamAugust 16, 2013 Reading Time: 3 minutesFake It! A couple of tools to generate fake data in your app. Hi, this time I want…
TTesting Using RSpec with Capybara 2byJonathan TapiaAugust 13, 2013 Reading Time: 2 minutesUsing RSpec with Capybara 2 As you probably know by now, the new version of Capybara has been…
TTesting Read More 2 minute read Warden To Login/Logout Within Your Cucumber TestsbyadminNovember 2, 2012 Reading Time: 2 minutesRecently we had to implement some tests to see if the user session had expired, and to do…
TTesting Read More 1 minute read Parallel: Running Your TestbyJonathan TapiaJuly 16, 2012 Reading Time: < 1 minuteHave you ever felt like running more than one kind of test at the same time, because your…
TTesting Read More 1 minute read Capybara/Webkit: Running Integration TestbyadminApril 3, 2012 Reading Time: < 1 minuteHave you ever had a big Ruby app where your tests are too complex with all those strong>@javascript@javascript
TTesting Read More 4 minute read Environment Rails TDD Setup With Guard and ForemanbyMagmaLabs TeamMarch 1, 2012 Reading Time: 4 minutesThis article shows my current TDD environment setup, it’s all based on many of the links listed at…
DDevelopment Read More 3 minute read Cucumber Tests: Auto Retry FailedbyEdwin CruzAugust 22, 2011 Reading Time: 3 minutesIf you’re tired of having to re-kick builds in your CI server because of non deterministic failures by…