Sergey Khomutinin
Sergey Khomutinin
Yea, I see. Seems like these steps should be 'Skipped' as earlier, not failed. It's definetely a bug and I'll fix this. Steps should be present in report like from...
Hey @Cooboob! At the moment there isn't way to add status directly in the step like: ``` with allure.step("Step name", status=Status.Fail): ``` but you can do it explicitly with your...
@andreybehalf I am developing this feature and will send a pool request as soon as I finish
Fixed in #684, thank you!
I'd suggest using https://github.com/okken/pytest-check. It works well with Allure
@esultanza, some scenarios probably don't work well. Could you provide code examples? this example works as expected ```python from pytest_check import check import allure def test_something(): with check, allure.step("Step 1"):...
order is important here, it might be different context managers with correct order allure.step() decorator should catch an error and throw it up in the soft assert. In your case,...
@ae86sen could you please provide code examples and how exactly you run tests by multi-threads?
Just leave it here: I've released a [Pylint plugin](https://github.com/skhomuti/pylint-actions) with a support GitHub Actions reporting format Look at this how it can be looking https://github.com/skhomuti/pylint-actions/pull/5/files#diff-151cf6ca7f8405370f79d25d426484db7b94be6139d027568f10f3cebe68f18b I don't think we should...
according to this table https://github.com/lidofinance/workflow-playground/actions run workflows can peoples with `Write` and higher permissions, not only maintainers. I'm not sure there's official document that describes these inputs are insecure, probably...