nomovok-opensource / cutedriver-agent_qt

Other
6 stars 12 forks source link

Fixed issue #39: Added support for QQuickWindow and QQuickItem to FPS… #40

Closed jppiiroinen closed 6 years ago

jppiiroinen commented 6 years ago

… Fixture.

This pull request adds support for QQuickWindow and QQuickItem for FPS Fixture.

jppiiroinen commented 6 years ago

A related test for cutedriver-examples is going to be created too, which can be used to test this.

EDIT: https://github.com/nomovok-opensource/cutedriver-examples/pull/16

jppiiroinen commented 6 years ago

Related test case test_fps.rb actually has revealed a new possible issue. It looks like that 1 out of 5 tries the appWindow is not actually found, at least the type is SceneGraph and not Window as expected. A new ticket will be raised for this.