TestingLearn how to include all source files for code coverage reporting in an Electron app. In the following tutorial we will create TypeScript code coverage from Electron’s main and renderer process.
Continue reading →Hands-OnThere are many libraries to build CLI tools for Node.js like optimist, minimist, yargs, Caporal.js and commander to name just a few. In the following article Benny gives you an overview of his favorites.
Continue reading →TestingWrite tests for Electron using TypeScript and mocha. The following tutorial will show you how to create a test setup.
Continue reading →