Various well known testing suits for Python exist (e.g. PyTest) and Selenium is a general purpose monitoring system but I was looking for recommendations?
Ideally we could have a single testing platform that tests both the code and the browser. Ideally, testing capability includes unit, integration and browser testing, with the ability to define scenarios e.g. to test edge cases.
Hi @C_Quang, we are working on the release of the unit testing framework one preview example is GitHub - AnOctopus/st-testing-demo - feel free to try it out and let us know your thoughts!