The most critical three learnings for testing frontend, from ten years helping lead frontend engineering at Palantir.
An overview of Power's feedback regarding their experience with Meticulous.
This article will delve into the best practices for automated testing using Cypress, a popular front-end testing tool. It will provide insights into how these practices can be effectively implemented in real-life scenarios, thereby enhancing the efficiency and reliability of software testing processes.
This article provides a detailed comparison of two popular cloud-based device testing tools, BrowserStack and Sauce Labs. It outlines their features, benefits, and pricing structures so you can choose the tool that will best meet your needs, and it introduces an alternative tool called Meticulous.
A guide on various methods and techniques for implementing safer switch and if/else statements, including use of the never type and eslint rules.
A beginner’s guide to debugging React testing library tests, with a code walkthrough of how to use react-testing-library to debug tests.
An article about the error 'cannot read property split of undefined' and various techniques to prevent it.
A breakdown of the trade-offs and differences between these two different methods of making network requests in JavaScript.
A guide on some of the best practices for frontend unit testing, including covering libraries like Jest with various code examples.