Vladimir
|
a1cb9719a4
|
fix!: remove deprecated APIs (#8428)
|
2025-08-12 18:25:50 +02:00 |
|
Vladimir
|
b825ef87c5
|
fix: make sure test errors always have stacks property in Node.js context (#8392)
|
2025-08-06 18:03:32 +02:00 |
|
Noritaka Kobayashi
|
02da20864c
|
chore: fix typos (#8179)
|
2025-07-22 18:02:11 +02:00 |
|
renovate[bot]
|
ad16d46957
|
chore(deps): update eslint packages (#8124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2025-07-14 11:01:34 +02:00 |
|
Vladimir
|
89a1cb626a
|
fix!: remove deprecated typecheck and runner types (#8199)
|
2025-06-20 14:13:28 +02:00 |
|
Vladimir
|
da59eb887b
|
fix!: replace deprecated ErrorWithDiff with TestError (#8195)
|
2025-06-20 11:58:26 +02:00 |
|
Vladimir
|
c69be1fc1a
|
feat(ui): show test annotations and metadata in the test report tab (#8093)
|
2025-06-05 19:26:25 +02:00 |
|
Vladimir
|
b03f2098a5
|
feat: annotation API (#7953)
|
2025-05-30 18:56:14 +02:00 |
|
Vladimir
|
3bdf05d19c
|
fix: ensure errors keep their message and stack after toJSON serialisation (#8053)
|
2025-05-30 13:12:32 +02:00 |
|
Vladimir
|
910892ed93
|
chore: simplify working with UI package in dev (#8044)
|
2025-05-29 10:37:58 +02:00 |
|
Vladimir
|
c23b0f78f2
|
fix(wdio): don't scale browser in headless mode (#8033)
|
2025-05-28 14:16:35 +02:00 |
|
Ari Perkkiö
|
4af5df33b5
|
feat: support custom colors for test.name (#7809)
|
2025-05-05 16:21:24 +02:00 |
|
Joaquín Sánchez
|
6555d61db1
|
fix(ui): load panel sizes from storage on initial load (#7265)
|
2025-04-17 15:51:33 +02:00 |
|
Alex Prudhomme
|
a7e773bd0c
|
fix: remove pointer-events-none after resizing the left panel (#7811)
|
2025-04-09 10:49:39 +02:00 |
|
renovate[bot]
|
7fc5a29083
|
fix(deps): update all non-major dependencies (#7600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
|
2025-03-25 12:03:11 +09:00 |
|
renovate[bot]
|
4b0451d9e5
|
chore(deps): update dependency @antfu/eslint-config to v4 (#7407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2025-03-11 16:06:15 +01:00 |
|
Hiroshi Ogawa
|
df1fc8e57a
|
refactor(ws-client): remove utils re-export (#7635)
|
2025-03-11 14:49:53 +01:00 |
|
Ryan Grove
|
bb94c19fb0
|
fix: ensure project names are readable in dark terminals (#7371)
|
2025-02-10 17:37:35 +01:00 |
|
João Victor Lopes
|
92da490bdf
|
feat(ui): insert message "no tests found" in ui (#7366)
|
2025-02-03 10:42:05 +09:00 |
|
Hiroshi Ogawa
|
191ef9e34c
|
fix: validate websocket request (#7317)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
|
2025-02-02 10:31:33 +02:00 |
|
renovate[bot]
|
38ea8eaef8
|
fix(deps): update all non-major dependencies (#7297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2025-01-23 14:29:46 +01:00 |
|
Hiroshi Ogawa
|
ed9aeba212
|
fix(browser): restrict served files from /__screenshot-error (#7340)
|
2025-01-23 07:40:46 +01:00 |
|
renovate[bot]
|
537fa5ed40
|
fix(deps): update all non-major dependencies (#7147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2025-01-16 16:05:11 +01:00 |
|
Joaquín Sánchez
|
faca4de870
|
fix(ui): add errors and draft state (*) to the code editor (#7044)
|
2025-01-14 14:20:44 +01:00 |
|
Joaquín Sánchez
|
9175836097
|
feat: add resolved project names to the reporter API (#7213)
|
2025-01-12 21:26:51 +01:00 |
|
Joaquín Sánchez
|
a942ea7cc6
|
chore(ui): fix static ui client types (#7201)
|
2025-01-12 18:54:50 +01:00 |
|
Joaquín Sánchez
|
50cf61b805
|
feat(ui): allow hide/show node_modules in module graph tab (#7217)
|
2025-01-12 18:41:54 +01:00 |
|
Hiroshi Ogawa
|
f4406f1524
|
ci: validate build artifact changes (#7122)
|
2024-12-26 09:35:37 +01:00 |
|
Jacob Erdman
|
1bf27f0dde
|
feat(ui): Make clicking on a test in the UI open the report section and scroll to the test failure if applicable (#6900)
|
2024-12-09 11:28:04 +01:00 |
|
Vladimir
|
7957f91262
|
fix: don't use Custom type internally (#7032)
|
2024-12-05 17:09:27 +01:00 |
|
Vladimir Sheremet
|
db19f6eb74
|
Revert "fix: don't use Custom internally"
This reverts commit 46fc53405743f20db5255f0468e772fb3afe6211.
|
2024-12-05 16:49:52 +01:00 |
|
Vladimir Sheremet
|
46fc534057
|
fix: don't use Custom internally
|
2024-12-05 16:44:33 +01:00 |
|
renovate[bot]
|
04f250fe1c
|
chore(deps): update eslint packages (#6958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2024-12-04 12:41:43 +01:00 |
|
Joaquín Sánchez
|
d9cc81dd43
|
feat(ui): allow run individual tests/suites from the UI (#6641)
|
2024-11-18 15:06:34 +01:00 |
|
Hiroshi Ogawa
|
de74785e05
|
chore(deps): update @antfu/eslint-config v3.8.0 (#6751)
|
2024-10-23 13:18:42 +02:00 |
|
renovate[bot]
|
d260cef634
|
chore(deps): update all non-major dependencies (#6360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2024-10-14 13:43:10 +02:00 |
|
Hiroshi Ogawa
|
d0bf89d377
|
fix(ui): list tests on ui when --standalone (#6577)
|
2024-09-26 11:46:10 +02:00 |
|
Vladimir
|
94a186ec91
|
fix(ui): render project name consistently (#6329)
|
2024-09-12 14:28:16 +02:00 |
|
Vladimir
|
0223bb79df
|
fix(ui): remove "filters" flickering (#6463)
|
2024-09-09 09:39:19 +02:00 |
|
Vladimir
|
c853126e90
|
fix(browser): correctly run in-source tests in the browser (#6440)
|
2024-09-02 15:46:06 +02:00 |
|
renovate[bot]
|
84a066af0e
|
chore(deps): update dependency @antfu/eslint-config to v3 (#6435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2024-09-02 10:16:37 +02:00 |
|
Vladimir
|
153ff01b10
|
fix(typecheck): run both runtime and typecheck tests if typecheck.include overlaps with include (#6256)
|
2024-08-13 12:42:39 +02:00 |
|
Vladimir
|
74ca11a4b8
|
feat(browser): make iframe scalable, improve documentation (#6257)
|
2024-08-05 12:51:23 +02:00 |
|
Vladimir
|
13d85bd19a
|
feat: introduce experimental reported tasks (#6149)
|
2024-07-30 13:21:40 +02:00 |
|
Vladimir
|
3aab8a1ed6
|
refactor: deprecate all config types from the main Vitest entrypoint, introduce SerializedConfig type (#6205)
|
2024-07-23 19:28:59 +02:00 |
|
renovate[bot]
|
f55dc0081d
|
chore(deps): update all non-major dependencies (#6046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2024-07-15 17:10:15 +02:00 |
|
Joaquín Sánchez
|
2d62051f13
|
feat(browser): allow preview and open in the editor screenshot error from ui (#6113)
|
2024-07-15 13:06:45 +02:00 |
|
Joaquín Sánchez
|
840e02f13e
|
feat(ui): show all suites/tests when parent matches (#6106)
|
2024-07-12 17:25:44 +02:00 |
|
Vladimir
|
80a43d5c7c
|
fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#6077)
|
2024-07-10 15:08:44 +02:00 |
|
Joaquín Sánchez
|
7f0cc24e33
|
fix(ui): encode html entities in task name (#6070)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
|
2024-07-10 14:42:18 +02:00 |
|