344 Commits

Author SHA1 Message Date
Vladimir
65292c3655
docs: update structure (#8625) 2025-11-06 14:59:05 +01:00
Daniel Rentz
a304410bc4
docs: fix server.debug property names (#8930) 2025-11-06 13:39:07 +01:00
Ari Perkkiö
751c3926fc
fix(cli): parse --execArgv as array (#8924) 2025-11-03 21:19:11 +01:00
Nagy Máté
2f37ccea85
docs: Improve onStackTrace docs to include limitations and tips (#8905) 2025-11-02 10:49:33 +01:00
Michael Newman
7db8f3e696
docs(config): Fix a typo in the config docs (#8847) 2025-10-28 10:55:50 +01:00
Vladimir
3dfe09526c
chore: remove vite-node from the monorepo (#8761) 2025-10-22 14:54:36 +02:00
Ari Perkkiö
4822d047a7
feat!: rewrite pools without tinypool (#8705)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-10-21 19:12:54 +02:00
Nozomu Ikuta
4f8e77c8ac
docs: add warning about local expect when relying on test state (#8716) 2025-10-16 15:07:12 +02:00
Vladimir
8cb219c41d
docs(browser): remove the "experimental" tag (#8707) 2025-10-14 10:24:20 +02:00
Vladimir
1aac59cd20
feat(browser): support playwright tracing (#8584) 2025-09-22 14:57:41 +02:00
William Killerud
9e722834ae
feat!: include shadow root contents in pretty-format output (#8545) 2025-09-10 07:37:42 +02:00
Adrian001
3be86980d5
docs: fix typo in config/index.md (#8553) 2025-09-08 17:34:16 +09:00
duyifei
928e8fab2a
docs: add extra description for the usage of process.env.VITEST (#8360)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-09-06 10:18:31 +08:00
Nick Battjes
99e016bec8
feat(coverage): autoUpdate to support percentage formatting (#8456)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-08-27 12:43:33 +02:00
Vladimir
2c2d1d4ce4
perf!: remove minWorkers and set it automatically to 0 in non watch mode (#8454) 2025-08-25 16:16:35 +02:00
Vladimir
9e412de354
fix!: rewrite spying implementation to make module mocking more intuitive (#8363) 2025-08-01 16:13:07 +02:00
Vladimir
9be01ba594
feat!: use module-runner instead of vite-node (#8208)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-07-28 13:43:53 +02:00
Noritaka Kobayashi
02da20864c
chore: fix typos (#8179) 2025-07-22 18:02:11 +02:00
Vladimir
76fb75d424
fix!: remove deprecated workspace option in favor of projects (#8218) 2025-06-25 14:56:40 +02:00
Vladimir
924cb69610
feat: add onUnhandledError callback (#8162) 2025-06-24 16:14:35 +02:00
Vladimir
be11d374ca
fix!: remove deprecated environmentMatchGlobs and poolMatchGlobs (#8205) 2025-06-22 09:59:03 +02:00
Vladimir
437d461aae
feat: provide entity to onConsoleLog (#8159) 2025-06-20 17:10:25 +02:00
Vladimir
14c507200a
feat!: simplify default exclude pattern (#6287) 2025-06-20 10:52:26 +02:00
Ari Perkkiö
176133ed0c
feat!(coverage): v8 to support only AST based remapping (#8064) 2025-06-18 12:29:05 +03:00
Ari Perkkiö
41a111c35b
fix!(coverage): remove .all, reworked include/exclude (#7837) 2025-06-18 11:20:23 +03:00
ItsJustRuby
bd2c481fe8
docs: Typo in doc for watchTriggerPatterns (#8157) 2025-06-13 08:35:03 +09:00
Vladimir
ea4f167e12
docs: add blog post for 3.2 (#8001)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
Co-authored-by: patak-dev <matias.capeletto@gmail.com>
2025-06-02 11:53:40 +02:00
Vladimir
b03f2098a5
feat: annotation API (#7953) 2025-05-30 18:56:14 +02:00
Vladimir
0e960aa78b
fix: throw an error if typechecker failed to spawn (#7990) 2025-05-19 15:14:41 +02:00
Vladimir
d1a1df0364
feat: add sequence.groupOrder option (#7852) 2025-05-17 16:28:34 +02:00
nanou
623ce929a3
docs: word about typeRoots for typescript configuration (#7977) 2025-05-17 15:15:33 +02:00
Vladimir
41beb261e6
feat: deprecate workspace in favor of projects (#7923)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-05-05 18:49:26 +02:00
Vladimir Sheremet
bc78cc8c3b
docs: fix example 2025-05-05 17:41:18 +02:00
Vladimir
a067531acf
feat: introduce watchTriggerPatterns option (#7778) 2025-05-05 16:48:33 +02:00
Ari Perkkiö
4af5df33b5
feat: support custom colors for test.name (#7809) 2025-05-05 16:21:24 +02:00
Ari Perkkiö
78a3d27879
feat(coverage): v8 experimental AST-aware remapping (#7736) 2025-05-05 16:17:56 +02:00
Vladimir
d97f6d4807
docs: clarify workspace docs (#7849) 2025-04-17 18:00:16 +02:00
Kenton Varda
6358f216e2
fix: default to run mode when stdin is not a TTY (#7673)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-04-17 12:17:03 +02:00
Hiroshi Ogawa
eacab25e77
feat: add diff.maxDepth option and set non-Infinity value as a default to reduce crash (#7481) 2025-03-17 13:03:01 +01:00
Ari Perkkiö
f9e1cb494e
feat(reporter): --silent=passed-only to log failed tasks only (#7530) 2025-03-17 13:02:27 +01:00
Matej Vobornik
96a746261b
docs: Unify description of max/minForks for both types of fork poolOptions (#7584) 2025-02-28 11:47:32 +01:00
Hiroshi Ogawa
167a98d77c
fix: exclude queueMicrotask from default fake timers to not break node fetch (#7505) 2025-02-18 08:45:06 +02:00
Hiroshi Ogawa
8f138257ba
docs: fix sequence.hooks: 'stack' as default (#7492) 2025-02-14 09:32:11 +01:00
kimulaco
9acc13f367
docs: eslint and prettier configs in test.exclude default value (#7360) 2025-01-26 10:37:22 +02:00
Ari Perkkiö
b526896511
fix(coverage)!: always exclude test files (#7254) 2025-01-15 17:40:22 +01:00
Ari Perkkiö
010e7b2b21
docs: disabling timeout when debugging (#7161) 2025-01-03 12:56:53 +01:00
Vladimir
78b62ffe1d
feat: allow multi-browser configuration (#6975) 2024-12-19 14:21:41 +01:00
Jonah Kagan
bde98b6d4c
feat(coverage): thresholds to support maximum uncovered items (#7061) 2024-12-17 20:29:16 +02:00
Vladimir
9a1b501223
feat: prepare the Vitest API to be stable (#6962) 2024-12-10 11:12:47 +01:00
Hiroshi Ogawa
2b5c5201dc
feat: diff.printBasicPrototype: false by default (#7043) 2024-12-09 10:19:05 +01:00