Skip to content

appiumtests: replace numpy and opencv with Gdk and GdkPixbuf

Fushan Wen requested to merge work/fuf/gdk into master

Reason for the change

numpy and opencv are two heavy libraries and take a significant moment to load. As many tests already import GLib, using Gdk and GdkPixbuf is faster.

Test plan

Pass tests

Screenshots or screen recordings

Bugs fixed

Edited by Fushan Wen

Merge request reports