Running Spectron Tests in Visual Studio Team Services Build

Having end-to-end tests and running them locally can definitely be beneficial, but one of the main reasons to have them is to run them automatically during a nightly build. Getting […]
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 […]
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 […]
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 […]