OpenDocument.core icon indicating copy to clipboard operation
OpenDocument.core copied to clipboard

Automated test for editing

Open TomTasche opened this issue 5 years ago • 1 comments

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.

TomTasche avatar Jan 12 '20 17:01 TomTasche

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

andiwand avatar Oct 22 '21 09:10 andiwand