Skip to content
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

Do not display parameters inside the steps #116

Closed
zyab1ik opened this issue May 5, 2023 · 0 comments · Fixed by #115
Closed

Do not display parameters inside the steps #116

zyab1ik opened this issue May 5, 2023 · 0 comments · Fixed by #115

Comments

@zyab1ik
Copy link

zyab1ik commented May 5, 2023

Describe the bug
In the first version of the Allure PHP adapter, the display of steps was implemented differently. However, in the new version of the PHP adapter, there are no substeps as such. Instead, only function parameters are displayed in steps in the Allure report.

To Reproduce
Steps to reproduce the behavior:

  1. Create a function with Allure::runStep() function
  2. Create a sub function in the same method
  3. Upload to allure and open steps

Expected behavior
There are no parameters inside the steps

Screenshots
Screenshot 2023-05-05 at 5 05 08 PM

Screenshot 2023-05-05 at 5 05 34 PM

Devices
Doesn't matter

Additional context
See test example

@baev baev transferred this issue from allure-framework/allure-php-commons2 May 23, 2023
remorhaz added a commit to remorhaz/allure-codeception that referenced this issue May 23, 2023
@baev baev closed this as completed in 92a7684 May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant