Maksim Stepanov
Maksim Stepanov
Duplicate of #590
Test parameter values are not serialized properly by allure-pytest-bdd. This is not a problem for scenario outline parameters (as they are already strings) but this may be (and in this...
Editable install now works fine. At least with py3.7+ and setuptools 64+ @Denis-Alexeev , just in case: Basic dev environment could be established as follows (on linux, from the root...
Not a bug. If an exception is not reraised in the except block, then the step is passed. Either rethrow the exception: ```python @when("...") def when_do_something(context): try: do_something() except: get_screenshot()...
`assume` context manager swallows an exception for it to be included in a `FailedAssumption` thrown once the entire test execution is completed. Please, note, that the order of context managers...
Well, `signal` mode works perfectly, but is available on POSIX systems only (and is used by default AFAIK). On Windows, yes, `pytest-timeout` uses `thread` mode and doesn't have other means...
Cannot reproduce. If someone still struggles with this, please let me know and provide a complete code example if possible. Regarding @devawpshko example, please, note, that starting from 2.8.23 `@allure.title`...
Fixed in #579 Released in [2.9.44](https://github.com/allure-framework/allure-python/releases/tag/2.9.44) Multiple runs of the same test during one session are shown in `Retries` tab. Runs across multiple sessions are shown in `History` tab (given...
This is a missing feature. Allure-pytest-bdd doesn't automatically attach anything right now. We should probably refer to allure-pytest while implementing this i.e., attach stdout, stderr and logs always, regardless of...
Implemented in allure-behave 2.13.4