08 2023 档案
摘要:https://github.com/SeleniumHQ/selenium/releases
阅读全文
摘要:安装的allure-pytest的版本要是2.11.1之前的(之后的版本有test_result.historyId,但位置及方法不一样,我目前没研究怎么修改) 在依赖包Lib--site-packages--allure_pytest--listener.py文件里修改 test_result.h
阅读全文
摘要:某些脚本需要用到Crypto库,但当pip install Crypto后仍提示:No module named ‘Crypto’,解决方案如下: pip uninstall crypto pycryptodomepip install pycryptodome12pycrypto和crypto是同
阅读全文