Engineering

Sample of real cases

View on GitHub

How do we make sure nothing breaks ?

We’ve already solved how to convert code to production. Now we must check that everything is still working.
To do that, we need to know what to test. For that we need to understand the user flow (complete flow here):

Then we can automate with Playwright (full code available here).

Put it in container (full code available here) and schedule with ArgoCD.

Now it remains to answer the last problem