Some of our Next.js integration tests are super flakey. The reason is most likely that we have a race condition where a slow runner may cause a blocked UI thread and ...
This is a example of an app made with Flakey.js. It's a simple note taking app that stores notes in localStorage. With the addition of a simple server application (perhaps a bottle.py app), it could ...