Oleksandr Rudyshyn
Oleksandr Rudyshyn
The same issue: allure-pytest-bdd==2.9.45 pytest-bdd==5.0.0 ``` Could not read test result file allure-results/55e4a1df-d110-4fe7-8ddb-4acb6bf0f380-result.json com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `java.lang.String` from Object value (token `JsonToken.START_OBJECT`) at [Source: (sun.nio.ch.ChannelInputStream); line: 1,...
I have workaround for this issue. Following code should be placed in `conftest.py`: ``` from allure_commons.lifecycle import AllureLifecycle from allure_commons.model2 import TestResult from allure_commons import plugin_manager def custom_write_test_case(self, uuid=None): test_result...
I have faced the same issue for `Scenario Outline` and `{}` in table. pytest==7.1.2 pytest-bdd==6.1.1 allure-pytest-bdd==2.11.1 allure-python-commons==2.11.1