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] When passing an object to a CodeceptJS method, Allure displays it as [object][object]. #1194

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

Comments

@asolodova
Copy link

asolodova commented Nov 22, 2024

Describe the bug
In Allure, the value of a method argument in CodeceptJS is not parsed if the argument is an object.

To Reproduce

  1. Use method I.sendPostRequest(url: any, payload?: any, headers?: any)
  2. Set value=object for payload and headers
  3. Run test
  4. Check allure report

Expected behavior
The entire object passed is displayed correctly in Allure.

Screenshots
Screenshot 2024-11-22 at 11 00 25

  • Version
    • "allure-codeceptjs": "^3.0.6",
    • "allure-playwright": "^3.0.6",
    • "codeceptjs": "^3.6.7",
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