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
Copy file name to clipboardExpand all lines: docs/src/release-notes-js.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
29
29
});
30
30
```
31
31
32
+
* New "Copy as Prompt" button on errors in the HTML report, trace viewer and UI mode. Click to copy a pre-filled LLM prompt that contains the error message and useful context for fixing the error.
33
+
34
+

35
+
32
36
* New option [`option: Locator.filter.visible`] for [`method: Locator.filter`] allows matching only visible elements.
0 commit comments