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

[v3.0.6][CodeceptJS] Method arguments are not displayed in the step title after updating from version v2.15.1 to v3.0.6 #1197

Open
asolodova opened this issue Nov 22, 2024 · 0 comments

Comments

@asolodova
Copy link

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.

Screenshot 2024-11-22 at 13 19 21

To Reproduce

  1. Use test
Scenario('Redirect to login page unauthorized user @TC-681', () => {
  I.amOnPage('https://google.com')
  I.see('ffff');
})
  1. Run test
  2. Generate allure report

Expected behavior
All arguments are displayed in the same line as the step name.

Screenshot 2024-11-22 at 13 19 50

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

No branches or pull requests

1 participant