Skip to content

Commit 0a6f421

Browse files
committed
docs: add copy-prompt to release notes
1 parent f44cd30 commit 0a6f421

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/release-notes-js.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
2929
});
3030
```
3131

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+
![Copy as Prompt](https://github.com/user-attachments/assets/8d394c5b-1c86-4f40-8f77-c82a4fcf412a)
35+
3236
* New option [`option: Locator.filter.visible`] for [`method: Locator.filter`] allows matching only visible elements.
3337

3438
```js title="example.spec.ts"

0 commit comments

Comments
 (0)