-
Notifications
You must be signed in to change notification settings - Fork 244
Allure step in thread not show in report. #563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is there a resolution to this problem? I am facing similar issue in my automation as well. |
@nikitapalta, I solved this problem for myself here: https://github.com/nigredon1991/allure-python/tree/allure_step_in_thread You can try to test, maybe I will make a request. |
Can you raise a PR to get this merged in mainstream?
Thanks,
Anshuman
… On 30-Jun-2021, at 4:14 PM, Nikolay Glazov ***@***.***> wrote:
@nikitapalta <https://github.com/nikitapalta>, I solved this problem for myself here:
https://github.com/nigredon1991/allure-python/tree/allure_step_in_thread <https://github.com/nigredon1991/allure-python/tree/allure_step_in_thread>
You can try to test, maybe I will make a request.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#563 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF5D25JSFCCAIUC55DC6ZS3TVLYRPANCNFSM4XQTM5OA>.
|
2 tasks
Created request #605. |
@nigredon1991 is it support process? |
2 tasks
sseliverstov
pushed a commit
that referenced
this issue
Jul 29, 2022
beckerGil
pushed a commit
to beckerGil/allure-python
that referenced
this issue
Apr 10, 2023
IvanBuruyane
pushed a commit
to IvanBuruyane/allure-python
that referenced
this issue
Mar 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ...
What is the current behavior?
Steps do not appear in the report if they were launched inside a thread.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
This example code for reproduce:
What is the expected behavior?
I would like the steps to appear in the report.
What is the motivation / use case for changing the behavior?
I need to run tests that execute commands remotely on multiple devices, so it's convenient to use threads, but the report does not contain steps declared inside the thread. Can you tell me if this can be done differently, or somehow forward the state to the parent thread.
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: