543 Commits

Author SHA1 Message Date
Vladimir
306b233746
fix(vite-node): don't externalize "dist" by default (#3446) 2023-05-30 12:38:26 +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
Alessandro Di Dio
b3602bcc4d
feat(dev): add moduleDirectories option to the vitest config (#3337)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-05-30 10:13:10 +02:00
Ari Perkkiö
1988fcb408
feat(coverage): add reportOnFailure option (#3453)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2023-05-29 16:05:15 +02:00
Rory O’Kane
f928e9c870
docs(comparisons): add paragraph breaks, improve grammar (#3445) 2023-05-25 10:18:17 +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
Vladimir Sheremet
fde628ad3d chore(docs): fix vi.mock example 2023-05-09 15:49:35 +02:00
Lyx
77d071a91f
docs(expect): correct code block mistake (#3304) 2023-05-05 07:05:44 +02:00
btea
04eaba4ed8
docs: filtering update demo (#3240) 2023-05-04 17:24:30 +02:00
renovate[bot]
48c4e8c68b
chore(deps): update all non-major dependencies (#3238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-05-04 08:18:01 +02:00
Vladimir
cf3afe2bea
feat!: move assertion declarations to expect package (#3294) 2023-05-03 18:25:38 +02:00
renovate[bot]
25de1a1648
chore(deps): update dependency @vueuse/core to v10 (#3239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 12:12:46 +02:00
Evan Yang
16b601469f
docs: fix light mode code block style bug (#3267) 2023-05-03 11:36:18 +02:00
Joaquín Sánchez
e24cd9b2cc
feat(ui): add html coverage (#3071)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-05-03 11:23:44 +02:00
Nathan Babcock
c7da155f77
fix(docs): correct typo and broken link to WebdriverIO (#3275) 2023-05-03 11:22:35 +02:00
Agarkov Roman
bf8e8a1bd1
chore: add details to coverage docs (#3279)
Co-authored-by: Roman Agarkov <agarkovromachka@mail.ru>
2023-05-03 11:22:03 +02:00
Ari Perkkiö
f1724293f0
docs: specify release version for --bail option (#3288) 2023-05-03 12:21:25 +04:00
winches
190c25f902
docs: add nav config activeMatch (#3249) 2023-04-29 14:26:00 +02:00
Vladimir
0c09a40d2b
feat!: update mock implementation to support ESM runtime, introduce "vi.hoisted" (#3258) 2023-04-27 15:04:05 +02:00
robertgr991
da2f1970b9
docs(config): add "includeSource" option (#3199) 2023-04-27 14:37:14 +02:00
Kirt Rainford
f4cc7e18a0
docs: add link to coverage Config Reference page (#2683) 2023-04-27 12:55:32 +02:00
Ari Perkkiö
730af0b450
feat(coverage): watermarks for c8 (#3254) 2023-04-27 12:54:53 +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
Jerry Wang
97b1b4a36a
docs: fix typo (#3247) 2023-04-25 09:40:01 +02:00
samkevin1
7c8f0ba989
feat: add repeat method to tests (#2652) 2023-04-15 13:00:45 +02:00
Anjorin Damilare
b81ffd9017
docs: update workspace docs (#3157) 2023-04-12 21:07:47 +02:00
Ben Hong
aa22f7979e
docs: improve spyOn example with a contextual example (#3185) 2023-04-12 20:18:16 +02:00
Chris
000bca9788
docs: update unocss link (#3167) 2023-04-11 09:56:38 +02:00
Vladimir
b9d1a97599
feat!: add workspace support (#3103) 2023-04-09 15:12:26 +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
btea
c51433d074
docs: add chaiConfig note (#3144)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-04-06 15:52:09 +02:00
btea
6fcba9ba16
feat: add chai config (#3066) 2023-04-06 08:17:01 +02:00
Vladimir Sheremet
7347179aa4 docs: add Vitest version to toMatchFileSnapshot documentation 2023-04-05 21:23:04 +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
Samuel Bodin
74b7ab005a
docs: update extend matcher (#3123)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-04-05 18:38:04 +02:00
btea
fc01d18f23
chore: export mergeConfig (#2949) 2023-04-05 15:09:46 +02:00
Mohammad Bagher Abiat
affc6d82d6
docs: add the motivation section for more context (#3104)
Co-authored-by: Christian Bromann <git@bromann.dev>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-04-05 10:05:02 +02:00
Anthony Fu
bdc06dcbc4
feat(snapshot): introduce toMatchFileSnapshot and auto queuing expect promise (#3116) 2023-04-03 16:03:46 +02:00
Guo Xingjun
035230b497
docs: typo (#3114) 2023-04-02 09:48:10 +02:00
Vladimir
446308da9d
feat!: use "concordance" package to display diff instead of using custom diff (#2828) 2023-03-29 14:16:52 +02:00
Vladimir
2f1dc5ced3
feat!: remove tinyspy internal properties on Vitest spies (#3069) 2023-03-29 14:14:48 +02:00
jonathan-graf
09fec8464b
docs: elaboration for resetModules (#3059)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2023-03-27 12:11:39 +02:00
Mohammad Bagher Abiat
9dc6929380
feat: playwright as browser provider (#3079)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-03-27 11:52:14 +02:00
Mohammad Bagher Abiat
280ad1ed9b
fix: spy on popup apis like alert (#3076)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2023-03-26 10:05:12 +02:00
Ólafur Waage
96da6c10ef
docs: very minor grammar changes in expect.md (#3068) 2023-03-23 15:16:55 +01:00
btea
8ac829e266
docs: update snapshot comment header (#3062) 2023-03-23 10:10:22 +01:00
Azri Kahar
051bb65719
docs: fix cac's dot notation reference link (#3049) 2023-03-21 09:03:47 +01:00
Azri Kahar
b0ce2325a7
docs: fix typo in browser mode guide (#3050) 2023-03-21 09:03:27 +01:00
Vladimir Sheremet
b13138e66e docs: mark browser as 0.29.4 feature 2023-03-20 14:39:37 +01:00
Mohammad Bagher Abiat
9cdc8030d0
feat: webdriverio (+ custom providers) integration for browser mode (#2999)
Co-authored-by: Christian Bromann <git@bromann.dev>
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
Co-authored-by: userquin <userquin@gmail.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2023-03-20 14:37:23 +01:00