=================================== ERRORS ====================================
_______________________ ERROR collecting test_func4.py ________________________
test_func4.py:63: in
test_input_amount()
test_func4.py:47: in test_input_amount
setup_module()
test_func4.py:16: in setup_module
with allure.step(‘Открылась нужная страница’):
c:\users\nsaba\appdata\local\programs\python\python35-32\lib\site-packages\allure\common.py:34: in enter
self.step = self.allure.start_step(self.title)
c:\users\nsaba\appdata\local\programs\python\python35-32\lib\site-packages\allure\pytest_plugin.py:159: in start_step
self.stack[-1].steps.append(step)
E AttributeError: ‘AllureTestListener’ object has no attribute ‘stack’
=========================== 1 error in 9.46 seconds ===========================
Максим, вы еще не подскажете, почему allure формирует абсолютно пустой отчет? Тест проходит отлично, без ошибок, успешно генерирую отчет, но он пустой, ни единого слова.
Я подозреваю, что дело в версиях pytest и allure и их совместимости, еще где-то закралась мысль, что косяк в джаве (без которого allure, как выяснилось, не работает). Может сталкивались с этим?
Я попробовала откатить pytest до 2.8.7 - то же самое (как и 2.9.0 и 3.0.5).