53 Commits

Author SHA1 Message Date
Vladimir
20a5d4bfc4
feat: add "configureVitest" plugin hook (#7349)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-03-19 14:18:14 +01:00
Arya Emami
3fdee3da8b
chore: fix various typos (#7663) 2025-03-14 09:20:41 +01:00
Vladimir
419315bd13
docs: update shiki transformers and clarify root project (#7518) 2025-03-06 17:25:51 +01:00
Vladimir
80ce0e1c40
feat(api): add onBrowserInit event (#7255) 2025-01-15 15:09:12 +01:00
Vladimir
766624abd6
feat: introduce the new reporter API (#7069)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-01-14 16:46:44 +01:00
Vladimir
aec0b5306e
fix: cleanup vitest/reporters entrypoint (#7241) 2025-01-14 06:42:38 +01:00
Arya Emami
8dd2071376
chore: fix various typos (#7054) 2025-01-08 14:21:45 +01:00
Vladimir
a4ac2fe44d
docs: fix small typos (#7163) 2025-01-03 12:47:45 +01:00
Vladimir
8764f5c157
docs: update test-module (#7143) 2024-12-28 18:25:59 +01:00
Vladimir
a941d35808
docs: update test-suite.md (#7144) 2024-12-28 18:25:52 +01:00
Vladimir
78b62ffe1d
feat: allow multi-browser configuration (#6975) 2024-12-19 14:21:41 +01:00
Vladimir
9a1b501223
feat: prepare the Vitest API to be stable (#6962) 2024-12-10 11:12:47 +01:00
Vladimir
3c18ecf720
docs: replace Vitest 2.2 mentions (#7025) 2024-12-06 09:46:48 +01:00
Vladimir
98c7e51918
refactor: deprecate environmentMatchGlobs and poolMatchGlobs in favor of workspace (#6922) 2024-12-01 23:17:14 +01:00
Vladimir
38e50f1bbd
docs: show icons in code-groups and code titles, update sidebar (#6970) 2024-11-27 09:46:01 +01:00
Vladimir Sheremet
dac813abe6
docs: remove WorkspaceProject mention from advanced docs 2024-11-20 14:02:29 +01:00
Vladimir
562e1b1437
feat: allow inline workspace configuration (#6923) 2024-11-19 13:28:09 +01:00
Vladimir
171041af5e
refactor: merge TestProject with WorkspaceProject (#6906)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2024-11-18 10:54:09 +01:00
Vladimir Sheremet
bcc590888e
feat(experimental): expose vite on the test project as a separate field 2024-10-29 12:29:23 +01:00
Hiroshi Ogawa
de74785e05
chore(deps): update @antfu/eslint-config v3.8.0 (#6751) 2024-10-23 13:18:42 +02:00
Vladimir
2e6aa6475f
fix(vitest): clarify slowTestThreshold, print slow tests in non-TTY mode (#6715) 2024-10-15 14:30:10 +02:00
Vladimir
214ec2677d
docs: mention state.getFiles API (#6607) 2024-10-01 16:59:38 +02:00
Vladimir
7e262357fa
docs: link the regular guide from the advanced page (#6602) 2024-10-01 15:49:44 +02:00
Vladimir
f5d7999e46
refactor(api): rename TestFile to TestModule (#6356) 2024-08-19 10:16:45 +02:00
Vladimir
3a231a7330
docs: add more documentation to runner tasks (#6068) 2024-08-06 15:48:33 +02:00
Vladimir
40dfad811d
docs: add reported tasks docs (#6245) 2024-07-30 14:10:58 +02:00
Vladimir
57d23cec43
docs: fix inconsistencies, remove low informative twoslash examples (#6200) 2024-07-23 14:52:21 +02:00
Vladimir
583dd8a986
feat(vitest)!: add "vitest list" API to print collected tests without running them (#6013) 2024-07-03 17:51:33 +02:00
Vladimir
66e648ff88
fix(vitest): expose provide to the public API (#5897) 2024-06-16 16:02:22 +02:00
Vladimir
dd754c1032
feat!: add meta to json output (#5802) 2024-06-03 09:01:12 +02:00
btea
20357e2e20
docs: add @shikiji/vitepress-twoslash (#5483) 2024-04-08 14:19:12 +02:00
Vladimir
c793a13684
feat(vitest): expose parseCLI method (#5248) 2024-02-20 14:28:00 +01:00
Maximiliano Kazanski
b48586b51c
docs: fix links and badges error (#5239) 2024-02-20 14:19:33 +01:00
renovate[bot]
7a31a1ae42
chore(deps): update dependency @antfu/eslint-config to v2 (#5153) 2024-02-08 17:33:12 +01:00
Hiroshi Ogawa
14c59668c1
docs: fix custom pool links (#4756) 2023-12-15 11:07:45 +01:00
Pascal Jufer
cb87f44e76
docs: fix grammar/stylistic issues (#4534)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2023-11-28 13:37:07 +01:00
Vladimir
a3fd5f8539
feat: allow custom pools (#4417) 2023-11-18 10:42:07 +01:00
Vladimir
d40b3a5813
refactor!: remove EnhancedSpy type, deprecate SpyInstance, improve mocks and vi documentation (#4400)
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2023-10-31 12:20:41 +01:00
Vladimir
a1aadd713c
feat(vitest): run typecheck during tests (#4324) 2023-10-19 11:21:51 +02:00
Vladimir
e744d9e411
fix!(runner): correctly process custom tasks, update runner hooks naming (#4076) 2023-09-29 13:55:45 +02:00
Dunqing
e8f7b08620
docs: fix typo related to reporters (#4008) 2023-08-24 14:23:09 +02:00
Dunqing
5704b341f1
feat(vitest): export all reporters in vitest/reporters (#3980)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2023-08-21 18:31:31 +02:00
Ari Perkkiö
821126f165
feat!: add @vitest/coverage-v8 package (#3339) 2023-06-06 19:00:15 +02:00
Vladimir
e39adea838
feat: pass down meta information to Node.js process (#3449)
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2023-05-30 11:16:27 +02:00
Vladimir
0f0d75631c
docs: synchronize startVitest API with docs (#3343)
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2023-05-10 17:07:37 +02:00
Ari Perkkiö
8d4606eb01
feat(watch): test run cancelling, feat: --bail option for cancelling test run (#3163) 2023-04-26 21:04:30 +02:00
renovate[bot]
0f86ff9897
chore(deps): update all non-major dependencies (#2766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-04-06 16:53:03 +02:00
Vladimir
313032cdf9
fix: move "mergeConfig" into "vitest/config" and add extension to imports in the documentation (#3139) 2023-04-05 18:39:24 +02:00
btea
fc01d18f23
chore: export mergeConfig (#2949) 2023-04-05 15:09:46 +02:00
Wonder Dai
1150f53571
docs: fix typo (#2907) 2023-03-07 18:24:32 +01:00