mohanqxf2
mohanqxf2
- added new script "test_weather_shopper_verify_recommendation_text.py" - updated the weather_shopper.py page objects file. - To run the script ` python -m pytest tests/test_weather_shopper_verify_recommendation_text.py --mobile_os_name Android --mobile_os_version 11 --device_name emulator --app_name app-release-v1.2.apk...
In some of the test sccripts, the test output results includes lines related to "mini-checks" even though no mini-checks are defined in the script.   **Expected Behavior:** The test...
I have updated the following to the test_accessibility.py script: - Changed ‘test_obj.conditional_write’ to ‘test_obj.log_result’ - Updated the logic to fetch only violations[] section from the axe_run results, compare it with...