Scribus Forums

Development => Code => Topic started by: a.l.e on September 03, 2019, 05:16:22 PM

Title: Automated test for Scribus?
Post by: a.l.e on September 03, 2019, 05:16:22 PM
I'm working on a feature for Scribus that might use some automated tests and I wonder how I could add some.

Currently, I think about looking at:

- xdotool
- Xnee
- Qt Test (https://doc.qt.io/qt-5/qttestlib-tutorial3-example.html)

Does anybody have any experience in this field?