jonhermansen
667b481143
Merge 914625fe07 into ad64f8d859
2025-02-27 17:14:47 +01:00
Simon Knott
a1146fd4a3
chore: copy as prompt in ui should have codeframe ( #34943 )
...
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-02-27 15:50:46 +01:00
Pavel Feldman
58db3f7e3f
chore: restore pr title in html report ( #34937 )
2025-02-26 19:22:31 -08:00
Pavel Feldman
cd23a224f6
chore: another iteration on gitCommit/gitDiff props ( #34926 )
2025-02-26 08:40:30 -08:00
Simon Knott
17c4d8e5ec
chore: change generated filename for toMatchAriaSnapshot from .yml to .snapshot.yml ( #34931 )
...
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2025-02-26 16:29:56 +01:00
Simon Knott
a04a93c1fd
chore: change pageSnapshot extension to .snapshot.yml ( #34930 )
2025-02-26 14:27:17 +01:00
Yury Semikhatsky
aaac9923fd
fix: disable global timeout when debugging ( #34922 )
2025-02-25 11:33:15 -08:00
Pavel Feldman
411f938296
chore: clean up git commit metadata props and UI ( #34867 )
2025-02-25 09:21:17 -08:00
Simon Knott
9e38473309
fix(runner): hide APIResponse.* calls from results ( #34909 )
2025-02-25 14:26:54 +01:00
Pavel Feldman
325fe71bb9
chore: minor html report polish ( #34864 )
2025-02-21 13:49:23 -08:00
Max Schmitt
132d93151c
test: replace setTimeout with builtinSetTimeout in UI mode test ( #34885 )
2025-02-21 07:38:24 -08:00
Max Schmitt
428f196036
test: have typed RunResult.results ( #34883 )
2025-02-21 14:22:59 +01:00
Adam Gastineau
33c0a1b0ca
chore: add floating promise warning to hooks ( #34861 )
2025-02-20 10:46:49 -08:00
Simon Knott
bb8e914294
feat(ui): collapse repeating console lines ( #34857 )
2025-02-20 14:48:20 +01:00
Simon Knott
aca3fb275b
fix(runner): validate config.tsconfig ( #34849 )
2025-02-20 09:11:50 +01:00
Simon Knott
1f1e2acf9b
chore: rename prompt button ( #34851 )
2025-02-19 14:32:58 -08:00
Adam Gastineau
f5b8cca1eb
feat: Warn on floating promises ( #34845 )
2025-02-19 10:11:04 -08:00
Simon Knott
a3e8788b9c
chore: hide llm chat ( #34852 )
2025-02-19 14:14:18 +01:00
Max Schmitt
081031f50e
chore: bump vite to v6 ( #34663 )
2025-02-18 13:29:16 +01:00
Max Schmitt
1af4e367f4
fix(testServer): pass use options to listFiles command ( #34832 )
2025-02-18 00:33:45 +01:00
Jon Hermansen
914625fe07
Incorporate feedback from PR
2025-02-17 15:21:03 -05:00
Simon Knott
fe0b327770
feat(ui): llm conversation about error ( #34750 )
2025-02-14 16:59:26 +01:00
Dmitry Gozman
e6b405c012
chore: show gha pull request title instead of a merge commit ( #34781 )
2025-02-14 09:32:06 +00:00
Pavel Feldman
3d760b657b
chore: move debug, env and user agent from utils/ ( #34766 )
2025-02-12 19:27:24 -08:00
Pavel Feldman
0eeba380f2
chore: move crypto to server/util/ ( #34759 )
2025-02-12 14:43:52 -08:00
Pavel Feldman
f54478a23e
chore: move utils that are user in server to server/utils (3) ( #34739 )
2025-02-12 09:34:01 -08:00
Dmitry Gozman
8eb816b363
fix(trace): do not save trace on failure after success in test+hooks ( #34724 )
2025-02-12 15:41:16 +00:00
Simon Knott
1ad7aad5fb
fix: prompt should mention contents ( #34746 )
2025-02-12 15:44:45 +01:00
Simon Knott
b7785e1662
feat(runner): enable gitCommitInfo by default on GH Actions ( #34743 )
2025-02-12 14:51:00 +01:00
Jon Hermansen
39a2e9cf3e
feat(config): failOnFlakyTests option
...
This patch adds a configuration option to make the test runner
exit with a non-zero status when any test is flaky. The config
option does not take precedence over the CLI flag.
Fixes #34397
2025-02-11 21:43:11 -05:00
Pavel Feldman
bd74fc4964
chore: move utils that are user in server to server/utils (2) ( #34736 )
2025-02-11 17:19:27 -08:00
Simon Knott
8ed2f4319e
chore: add pageSnapshot option ( #34669 )
2025-02-11 11:04:57 -08:00
Udaiveer Pradhan
d2e7e8acdb
fix(ui-mode): Watch mode button doesn't show active when test selected ( #34581 )
2025-02-11 10:32:39 -08:00
Adam Gastineau
91f46bb5d0
chore(html-report): clean up git metadata display ( #34713 )
2025-02-11 05:16:46 -08:00
Adam Gastineau
aeed1f5909
fix(runner): display no projects error across all test modes ( #34676 )
2025-02-10 12:52:53 -08:00
Simon Knott
0672f1ce67
feat(ui): "fix with ai" button ( #34708 )
2025-02-10 17:47:27 +01:00
Simon Knott
2f8d448dbb
feat(html): "copy prompt" button ( #34670 )
2025-02-10 15:02:19 +01:00
Simon Knott
bc8d6ce344
feat: provide commit diff to HTML reporter ( #34653 )
...
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Max Schmitt <max@schmitt.mx>
2025-02-07 10:39:08 +01:00
Simon Knott
fd24521f2e
chore: add page snapshot on test end ( #34573 )
...
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
2025-02-07 09:02:20 +01:00
Yury Semikhatsky
7f09ba7fa4
feat: step.attach() ( #34614 )
2025-02-05 12:27:44 -08:00
Yury Semikhatsky
f1a392f844
chore: do not store empty step.attachments[] in trace ( #34579 )
2025-02-05 08:30:03 -08:00
Adam Gastineau
cb208836b5
fix: display error when project is not found ( #34577 )
2025-02-05 06:58:02 -08:00
Yury Semikhatsky
fb3e8ed114
fix: reset APIRequestContext network trace between chunks ( #34616 )
2025-02-05 08:00:04 +00:00
Simon Knott
ebf82b0854
test: ensure that attachments are available in onStepEnd ( #34590 )
2025-02-03 13:54:28 +01:00
Yury Semikhatsky
a1451c75f8
feat: conditional step.skip() ( #34578 )
2025-01-31 15:45:57 -08:00
Dmitry Gozman
ab62ef2dbb
fix(toMatchAriaSnapshot): fail test run when updating missing snapshot ( #34556 )
2025-01-30 19:18:07 +00:00
Pavel Feldman
4b5b326478
chore: do not show steps in line reporter without tty ( #34529 )
2025-01-29 12:41:09 -08:00
Dmitry Gozman
ba650161a8
feat: per-assertion snapshot path template in config ( #34537 )
2025-01-29 18:47:20 +00:00
Dmitry Gozman
24f06ec1bf
feat(html report): show metadata ( #34517 )
2025-01-29 16:22:50 +00:00
Vitaliy Potapov
61d595ae48
feat: add new config prop populateGitInfo ( #34329 )
...
Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
2025-01-28 07:54:31 +00:00