Are there custom step integrations for Allure Python? #1708
-
Hello, I have been working with Allure for a long time in Java. Since 2021 I am working with it in Python and I am missing a very nice feature that exists for Allure in Java. The feature is to create custom steps in Java Question is: is there something like this possible for Allure Python? I have been trying a bit, but couldn't make it work, and also couldn't find anything online. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @hwentzke! Let's get some details I agree that there are no some features in python, let's decide what exactly you are missing and I will help with As I know at least pytest doesn't have log-style steps at the moment, like
but probably I missing something else |
Beta Was this translation helpful? Give feedback.
Hi @hwentzke!
Let's get some details
Which framework do you use? If pytest, you can take a look some examples here https://github.com/allure-examples/allure-examples/blob/master/allure-python/allure-python-pytest/test/allure_step_test.py
I agree that there are no some features in python, let's decide what exactly you are missing and I will help with
As I know at least pytest doesn't have log-style steps at the moment, like
but probably I missing something else