A PoC for Contract Testing in the Frontend
With methodologies like microfrontends and atomic design, and techniques like module federation and import maps, we steadily walk in a direction where our frontend is composed during runtime. And yet, we lack the tools to have cheap tests that ensure that we won't break the system. Let's take a look at a possible solution: contract tests for components.
Posted
#Microfrontends #Contract-Testing #Test #Testing-Library