Skip to content

Commit d3d8d39

Browse files
committed
cherry-pick(#35047): docs: add copy-prompt to release notes (#35047)
1 parent 3ce7933 commit d3d8d39

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/f3654407-dd6d-4240-9845-0d96df2bf30a)
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)