qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
262 stars 191 forks source link

Pin imageio module version in requirements.txt file #474

Closed shivahari closed 2 weeks ago

shivahari commented 1 month ago

The imageio module version - 2.34.1 raises a ValueError exception ❌ with message - all input arrays must have the same shape when creating a gif.

While this needs to be investigated and fixed, modify the requirements.txt file to pin the imageio to knowing working version - 2.22.1