BorisPeeking under the hood of redesigned GmailHalf a year ago Google announced an updated version of Gmail interface. Despite multiple complains from people, this is the default…Nov 15, 20186Nov 15, 20186
BorisThe hidden power of Jest matchersNot very many people know, that Jasmine provides you an ability to customize the result of equality check, which is internally used in…Jan 9, 201711Jan 9, 201711
BorisPage object for testing React.js componentsToday I will tell you a little trick how to make your test code a bit fancier and easier to maintain. The PageObject pattern is quite…Oct 24, 20163Oct 24, 20163
BorisSetting up Selenium tests with Webdriver.ioSometimes you need to check that your web application is working well. How can we test it? Unit testing is fine, it doesn't test your…Mar 15, 20169Mar 15, 20169
BorisCatching errors on Gulp.jsWatch mode is important thing of modern build systems, especially for front-end. Gulp also has this feature but with a few caveats, which…Aug 17, 20151Aug 17, 20151