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
292 stars 24 forks source link

Migrate UI tests to Integration tests folder #500

Closed vzahradnik closed 2 months ago

vzahradnik commented 2 months ago

Is your feature request related to a problem? Please describe. At this point, UI tests are part of the unit tests folder and by default these tests can't run on the server. From the logical point of view, it makes sense to set them as integration tests and separate them from the actual unit tests.

Describe the solution you'd like Move tests into integration tests folder.