OpenDocument.core
OpenDocument.core copied to clipboard
Automated test for editing
In the best case this is interactive, i.e. we actually use a browser to enter characters. For the first step a static document + HTML file might work too.
there are unit tests for editing in https://github.com/opendocument-app/OpenDocument.core/pull/227 now
using a browser for editing tests would be outside C++ IMO, most likely in python with selenium