Replies: 1 comment
-
Moved it to discussions for now, until we have a better idea of what exactly is going wrong. Unfortunately I haven't encountered this issue myself, but maybe somebody else has?! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
This is for now more a question as and issue.
We are using spix v0.3 and I also tried v0.5 and am getting the same problem.
We integrated spxi into the qt app as described in the readme and are using python for testing ([XMLRPC client built into python]).
Our system:
How we are testing:
Our UI application has backend written in C++ and forehand in QML and we are using approaches like:
header file:
qml file:
We then added python test cases using spix commands wait_screen, mouseclick, etc. And if we execute mouseclick() which simulates ui button click that changes testStep property then with the above code our test case fails, UI crash. But if I uncomment the above line "console.log" then test executes ok. Is there some timing problem here or did I miss something else? And did you encounter this issue on your side? Let me know if you need more information.
Thanks for the answer, Frenk
Beta Was this translation helpful? Give feedback.
All reactions