Adam Gastineau
|
9b59a6aea6
|
feat(html): allow setting a title to display (#35659)
|
2025-04-28 10:30:25 -07:00 |
|
Yury Semikhatsky
|
34d9d4fc33
|
chore(html-report): show run duration for each retry (#34647)
|
2025-02-06 13:30:25 -08:00 |
|
Pavel Feldman
|
6f5c7b4358
|
feat(html): render prev/next test buttons (#33356)
|
2024-10-29 18:29:07 -07:00 |
|
Simon Knott
|
1b457b1ff8
|
fix(html reporter): render annotation newlines (#32948)
Closes https://github.com/microsoft/playwright/issues/32925. Before this
change, newlines in annotation descriptions weren't respected. This
change makes them shown. Here's how it looks for this annotation:
```ts
test.info().annotations.push({
type: 'user story',
description: '\n- user goes to the page\n- user clicks the button\n- user sees the result',
});
```
Before:
<img width="1071" alt="Screenshot 2024-10-04 at 09 55 15"
src="https://github.com/user-attachments/assets/89e74ff5-ea83-48da-a33b-833423916d95">
After:
<img width="1031" alt="Screenshot 2024-10-04 at 09 51 08"
src="https://github.com/user-attachments/assets/0f2914e8-bd88-4970-aa68-6a5a9828295c">
|
2024-10-04 14:18:38 +02:00 |
|
Max Schmitt
|
c216c25a1d
|
feat(html-reporter): add file name copy button (#32652)
|
2024-09-17 15:54:22 +02:00 |
|
Pavel Feldman
|
49370cb6fd
|
chore: fix file view padding (#23166)
|
2023-05-19 11:07:49 -07:00 |
|
Pavel Feldman
|
37b2853b7b
|
chore: fix the test view mobile layout (#23061)
Fixes https://github.com/microsoft/playwright/issues/23036
|
2023-05-16 12:47:37 -07:00 |
|
Alex Neo
|
6947f47f05
|
feat(html): added labels to test cases and test files (#21468)
|
2023-03-22 14:35:58 -07:00 |
|
Pavel Feldman
|
a82a3f1128
|
chore: move html report to package (#10898)
|
2021-12-13 16:38:26 -08:00 |
|