Hi all,
has anyone got experience with testing and working on micro front ends?
Any tips on what to look out for? I have been reading this article linked below and it only mentions testing very briefly.
Mainly that you should follow the general principles of testing each micro front end well in isolation as you may do with a front end monolithic application, but then the gap is integration testing.
So you could use selenium for example to cover user journeys focused on the integration of many micro front ends.
I guess that all makes sense but I wondered if anyone has worked on micro front ends and also if you had the same sort of strategy for the back end or if this was done regardless of how the back end was being developed.
Thanks for sharing your experiences!