5 Reasons why you should test your code
It is just like in mathematics class when I had to make a proof for Thales’ theorem I wrote “Can’t you see that B has a right angle?! Q.E.D.”, but he still gave me an F grade. You want to make things...
View ArticleSuper fast unit test execution with WallabyJS
Our current AngularJS project has been under development for about 2.5 years, so the number of unit tests has increased enormously. We tend to have a coverage percentage near 100%, which led to 4000+...
View ArticleFarmBot (Part 1): Unboxing and building the tracks
The Xebia TechLab has a new friend: FarmBot. Next to 3D-printers, VR installations and IoT devices he will feel really at home. Last week the FarmBot Genesis Kit finally arrived, so we got started...
View ArticleFarmBot (Part 2): ‘Temporary’ raised bed
A couple of weeks ago we decided to continue building all FarmBot parts. After constructing these in large segments, we would assemble them together on top of the supportive construction, which was...
View ArticleMocking Vuex in Storybook and Vue Test Utils
tl;dr: Scroll down to Conclusion immediately In Storybook, each story is a new Vue app⇒ register Vuex plugin on Vue prototype In Vue Test Utils, each test reuses the existing Vue constructor⇒ register...
View Article