Hi guys! What kind of tools do you use to make integration tests? In my job, we have a production like environment used to do manual testing. I would like to automatize some of these tests. I see Cypress or Playwright for check front part. I would like to check some data in the backend like redis counters or mongo document after front actions. For the moment, I think of simple clojure functions that verify some backend data.
This doesn't seem like a Polylith question. Maybe #testing would be a good place to ask? That said, we use Playwright for some integration testing and plain HTTP clients for other stuff, depending on whether it has a UI or is just an API.
Oh my bad, I didn’t know the existance of this chan. Thanks.