Skip to content

Commit f75fc3c

Browse files
Update tests/conftest.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a1b1da3 commit f75fc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def pytest_exception_interact(node: Item) -> None:
357357
)
358358
if javascript_errors:
359359
allure.attach(
360-
body=javascript_errors,
360+
body="\n".join(str(error) for error in javascript_errors),
361361
name="JavaScript Errors",
362362
attachment_type=allure.attachment_type.TEXT,
363363
)

0 commit comments

Comments
 (0)