homotopy-rs icon indicating copy to clipboard operation
homotopy-rs copied to clipboard

UI testing

Open NickHu opened this issue 2 years ago • 1 comments

The architecture of the program is well-suited for unit testing (every UI state can be reached by an appropriate sequence of Actions, which is extremely easy to encode versus something like "click on this part, wait for it to load, activate this button"). In principle, it should be easy to write unit tests to ensure that it behaves nicely using this approach, and we should, but it's not something that we do currently.

NickHu avatar Jun 20 '22 11:06 NickHu

@zrho knows more about this, anything to add?

NickHu avatar Jun 20 '22 11:06 NickHu