TcMenu / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
293 stars 25 forks source link

Native/Embedded UI integration tests #524

Open vzahradnik opened 1 month ago

vzahradnik commented 1 month ago

Is your feature request related to a problem? Please describe. Currently there is no way how to automate UI testing. The TcMenu library can be broken at any time and we are checking the rendering manually on real devices from time to time. It is very hard to avoid regressions when updating the library.

Describe the solution you'd like We should come up with a testing framework which allows TcMenu to render the output into some dummy display and then we could compare the output with some known value to make sure nothing was broken. It will save us a lot of time going forward.