TestCafe is a free and open source Node.js tool for testing web applications. One of its main perks is that it takes about a minute to setup and to start testing (and it doesn’t use WebDriver). It works with most popular operating systems and browsers. Tests are written in JavaScript or TypeScript. In this article, we’ll cover testing Angular applications specifically. You will learn how to: Setup
