Tag: allure
-
Opening local version of Allure report with Chrome
Recently I was trying to integrate Allure report with some Webdriver tests I was writing with py.test. I did everything like it was said in the documentation : Install allure cli with brew install allure Add pytest-allure-adaptor==1.7.7 dependency to requirements.txt Add steps annotations to Page Object…