You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a function with Allure::runStep() function
Create a sub function in the same method
Upload to allure and open steps
Expected behavior
There are no parameters inside the steps
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:
Allure::runStep()
functionExpected behavior
There are no parameters inside the steps
Screenshots
Devices
Doesn't matter
Additional context
See test example
The text was updated successfully, but these errors were encountered: