Skip to content

enh(test): update MacroSaver after GUI test API recent changes

Description

These changes reflect the changes of GUI test API to the MacroSaver. The main change is the support for the helper API that the code generated by MacroSaver will now use.

Closes #1076 (closed)

How to test it?

Launch any Sight application with the --macro option. The generated code (GuiTest.cpp in the current directory) should roughly match the interactions while the application was running. Helper API methods should be used if available.

Merge request reports