Zbigniew Matysekfalseinput.com·Dec 8, 2024Testing MapLibre GL JS applications with MapGrab and PlaywrightTesting map-based applications can be different from testing regular apps, but it doesn't have to be difficult. In this article, I will show you how to use MapGrab, a library designed to make testing map apps easier. I'll provide tips on configuring ...maplibre
Leo Boothleobooth.hashnode.dev·Nov 8, 20237 Ways to Fix Flaky Tests1: Prefer explicit waits Waits are one of the most common reasons for flaky tests. An automated test typically consists of a series of steps that must be executed in order one after the other. The app the test is attempting to control, however, often...63 readsSoftware Testing