1200 Commits

Author SHA1 Message Date
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
9cbfc231a0
feat(vitest): allow per-file and per-worker fixtures (#7704)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-05-31 14:07:34 +02:00
Vladimir
b03f2098a5
feat: annotation API (#7953) 2025-05-30 18:56:14 +02:00
patak
4f50f259d5
chore: use bolt logo for StackBlitz (#8059) 2025-05-30 12:54:55 +02:00
Andy Brenneke
95961e40ac
feat: track module execution totalTime and selfTime (#8027) 2025-05-29 10:39:44 +02:00
Vladimir
b9a312a8a2
fix(browser): resolve upload files relative to the project root (#8042) 2025-05-28 15:08:55 +02:00
Jovi De Croock
cefd4ba3fb
docs: add vitest-browser-preact (#8038) 2025-05-27 16:28:16 +02:00
renovate[bot]
fed53b6ec1
chore(deps): update dependency @vite-pwa/vitepress to v1 (#7998)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-27 14:43:31 +02:00
Nathan Sarang-Walters
abd3bb76a0
feat(reporter): add onWritePath option to github-actions (#8015)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-05-26 17:44:05 +02:00
Ansgar Prause
646a1512f1
docs: fix typo, improve formatting (#8025) 2025-05-26 11:51:55 +09:00
Micha Huhn
1b29ff60fb
docs: fix typo (#8011) 2025-05-23 17:32:42 +02:00
renovate[bot]
9fe0f3df9d
chore(deps): update all non-major dependencies (#7929)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-05-20 14:57:32 +02:00
Vladimir Sheremet
edc0b4a1d1
docs: update the browser CLI option 2025-05-19 18:04:10 +02:00
Vladimir
0e960aa78b
fix: throw an error if typechecker failed to spawn (#7990) 2025-05-19 15:14:41 +02:00
Artem Zakharchenko
e996b4103b
fix(expect): support type-safe declaration of custom matchers (#7656)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-05-19 15:12:53 +02:00
Vladimir
e6fbd8d256
feat(browser): custom locators API (#7993) 2025-05-17 17:39:38 +02:00
Vladimir
d1a1df0364
feat: add sequence.groupOrder option (#7852) 2025-05-17 16:28:34 +02:00
Vladimir Sheremet
05b7dd93ad
docs: update version 2025-05-17 15:45:07 +02:00
Vladimir Sheremet
3e20e8391b
docs: update version 2025-05-17 15:44:42 +02:00
Vladimir
d9f5163534
feat(browser): add screenshot.save option (#7777) 2025-05-17 15:44:06 +02:00
Ben Durrant
b67d307ded
feat: Explicit Resource Management support in mocked functions (#7927) 2025-05-17 15:34:35 +02:00
Gwenn Le Bihan
dca0612302
docs: fix config filename for Production build section (#7926)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-05-17 15:28:51 +02:00
Pengoose
ef6ef542bd
fix(cli): add built-in reporters list to --help output (#7955) 2025-05-17 15:26:45 +02:00
Vladimir
27ea60447b
docs: add "Parallelism" guide (#7975)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-05-17 15:16:26 +02:00
nanou
623ce929a3
docs: word about typeRoots for typescript configuration (#7977) 2025-05-17 15:15:33 +02:00
Vladimir
34f43ae687
fix(typecheck): avoid creating a temporary tsconfig file when typechecking (#7967) 2025-05-16 17:15:10 +02:00
flx-sta
33b930a12f
docs: typos in docs/guide/browser/index.md (#7983) 2025-05-15 22:04:49 +03:00
Vladimir
464218f42c
fix: try to catch unhandled error outside of a test (#7968) 2025-05-13 19:28:56 +02:00
berzi
e48c667df3
docs: minor prose improvements to it.for documentation (#7956) 2025-05-11 16:54:35 +09:00
Tanguy Krotoff
708cc9414d
docs: fix toEqualTypeOf in testing-types.md (#7938) 2025-05-06 13:22:18 +02:00
Kyℓe Hensel
b954a14058
chore(snapshots): rename message to hint in method signatures (#7919) 2025-05-06 12:11:55 +09: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
Romain Hamel
5f50495843
docs: use extends instead of configFile in injectTestProjects (#7860) 2025-05-05 18:38:49 +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
Florian Schwalm
029c0788c3
feat(browser): implement connect option for playwright browser provider (#7915)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-05-05 16:29:15 +02:00
Hiroshi Ogawa
465bdb3d77
feat: add vi.mockObject to automock any object (#7761)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-05-05 16:21:42 +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
e761f27d75
feat: provide ctx.signal (#7878) 2025-05-05 16:16:46 +02:00
Vladimir
69ac92cb7d
fix(browser): resolve FS commands relative to the project root (#7896) 2025-05-05 16:14:10 +02:00
Vladimir
ca743ede68
docs: deprecate old context augmentation and recommend test.extend (#7703) 2025-05-02 14:05:35 +02:00
Elijah Kennedy
9be32fb74d
docs: fix typo (#7886) 2025-04-24 18:20:51 +02:00
renovate[bot]
67ef74a0f4
fix(deps): update all non-major dependencies (#7867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-24 08:50:29 +02:00
Rodolfo Gobbi De Angeli
ad5d6ee6e0
docs: improve mocking classes section (#7833) 2025-04-18 18:19:15 +02:00
Vladimir
bc537a12d8
docs: update onTestFailed first argument (#7857) 2025-04-18 11:18:06 +02:00
Vladimir
53c997300e
docs: clarify the custom provider API is experimental (#7855) 2025-04-18 09:15:58 +02:00
Vladimir
ed9ee9d4ba
docs: clarify expect docs (#7853) 2025-04-18 09:14:38 +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