Unexpected Benefits of End-to-end Testing
End-to-end Testing Testing where the entire application is tested in a real-world scenario such as communicating with the database, network, hardware and other applications. The above is the general definition […]
Top NPM Packages for Spectron Testing
Spectron is a great tool for testing your Electron applications. However, some help is needed to get the full use out of it. This post will go through all of […]
Introducing the Spectron Command Line Tool
After some Spectron experience there tends to be some things that can get repetitive when creating Spectron tests. I figured creating a tool to do just that would be handy to […]
Spectron Tip: Getting Selectors From Chrome Dev Tools
If you’re using Spectron (or even Protractor) for automating your applications probably the most time consuming thing is to figure out exactly what selectors you need in order to interact […]
Creating Page Files for Spectron Tests
Now that we’ve got Spectron working, let’s add some more to it to help with our testing. One way of doing end-to-end testing is to have a separate file that […]
End-to-end Testing Electron Apps with Spectron
You’ve built a really awesome Electron application, but you want to include a few automated tests to make sure a regression doesn’t occur? Spectron is here to help! Spectron is Electron’s […]
Using XAML in F# Xamarin Forms – A Screencast
Now that we’ve seen the awesome new stuff in Xamarin Studio for F# let’s go a bit further and actually use some of those improvements to our advantage. However, instead […]
F# Improvements in Xamarin Studio
With the (almost) stable release of Xamarin Studio 6 comes a ton of great new improvements. I absolutely love the new dark theme! However, some huge improvements were made to […]
A Quick Look at F# In Visual Studio Code
It’s F# Advent time again! This is a yearly event the F# community comes together for the month of December and each person releases an F# related post on a […]