Describe the bug
In version v2.15.1 all arguments were displayed in one line along with the step name. After the update, to view the arguments, it is necessary to expand the step.
To Reproduce
Use test
Scenario('Redirect to login page unauthorized user @TC-681', () => {
I.amOnPage('https://google.com')
I.see('ffff');
})
Run test
Generate allure report
Expected behavior
All arguments are displayed in the same line as the step name.
Facing the same issue with the latest version.
@baev Could you please look into this? Is it possible to remove arg0, arg1 and modify the arguments to display on the same line as the step name, as suggested above
Describe the bug In version v2.15.1 all arguments were displayed in one line along with the step name. After the update, to view the arguments, it is necessary to expand the step.
To Reproduce
Expected behavior All arguments are displayed in the same line as the step name.