Needs for testing platform.
We must create scripts to automate testing. Possible useful library: https://splinter.readthedocs.io/en/latest/
Pending @bernhardreiter pull request integration. Will be done soon.
Can't find any PR by that guy about this (https://github.com/dddomodossola/remi/pulls?utf8=%E2%9C%93&q=is%3Apr+author%3Abernhardreiter)
Any news on this? How would one test an application built on Remi?
In my experience its not possible. While splinter, selenium and friends will find some simple errors, all my subtle bugs have been race conditions often among concurrent users.
This means I have to extensively test every release, and it is also why I am still very slow to use new versions of the library