Re: Help on interacting with dialogs in unit tests on Windows and MacOS

2022-11-14 Thread Miklos Vajna
Hi Colomban, Bootstrapping a new kind of testsuite is a lot of work (been there, did that), so I appreciate you try to get in-process a11y tests working. If you feel blocked, perhaps just have it Linux-only as a start to be able to cover shared code + Linux-specific code, and only later try to en

Help on interacting with dialogs in unit tests on Windows and MacOS

2022-11-14 Thread Colomban Wendling
Hello everyone! I'm still working on my accessibility cppunit tests framework. Right now I'm trying to submit a set of changes to be able to have tests interact with dialogs [1]. It was actually slightly easier than I anticipated to get that working on my local linux/gcc build -- although I