News

The Tools to Use for Testing JavaScript Now that we’ve covered the main JavaScript rendering issues to test for, let’s examine some of the different tools that can help with your analysis. 1.
Testing JavaScript code is a slog, especially if you aren't working with the right tools. Jonathan Freeman offers this handy primer for setting up a testing workflow with some of his favorites ...
Luna, however, does make some assumptions about the developer’s environment and does have certain requirements, with tests and code having to be written as ECMAScript 6 (2015) modules.
Meta is transferring its popular open-source JavaScript testing framework, Jest, to the OpenJS Foundation. Jest is one of Meta's top open-source projects and has proven a popular tool for testing ...
Automated testing frameworks need both a good test library and a good integration story. While most JavaScript testing frameworks have been focusing on the former, Stephen Walther has been working ...
The Practical Client Building and Testing a Web API Service As part of building a client-side application in a test-driven way and using TypeScript, Peter creates a Web API service and writes a test ...