Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QAWTO-214: update appium python client dependency #404

Merged
Prev Previous commit
Next Next commit
change appium client minimun version
hesteban-tuenti committed Oct 31, 2024
commit e817738bf5fa9bcf0dd6c7b122c00dbee450e28c
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests~=2.27 # api tests
selenium~=4.0 # web tests
Appium-Python-Client==4.0.1 # mobile tests
Appium-Python-Client~=4.0.1 # mobile tests
Pillow~=10.1 # visual testing
screeninfo~=0.8
lxml~=5.1