4095 Commits

Author SHA1 Message Date
Vladimir
a939779f1d
fix(browser): increment browser port automatically if there are several projects with browser.enabled (#6717) 2024-10-16 08:55:40 +02:00
Vladimir
da6d2ea72c
fix(browser): don't polyfill process.env (#6718) 2024-10-15 14:54:54 +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 Sheremet
7a375cd144
chore: export SerializedTestProject from vitest/node 2024-10-15 14:05:38 +02:00
Vladimir
c0a2f3fc56
refactor: remove barrel utils (#6716) 2024-10-15 13:59:59 +02:00
Vladimir
079185387b
fix(browser): optimize expect-type (#6713) 2024-10-15 11:55:15 +02:00
Hiroshi Ogawa
e5c388f015
fix(vitest,runner): simplify test.extend type exports (#6707) 2024-10-15 11:39:25 +02:00
Ari Perkkiö
62ac4eb1bc
chore(deps): update magic-string (#6711) 2024-10-15 11:37:23 +02:00
Vladimir Sheremet
04c7175046
chore: rebuild license 2024-10-15 11:30:03 +02:00
btea
5d07bba603
perf: use hash to replace createHash (#6703) 2024-10-15 11:04:08 +02:00
dalaoshu
a61293e968
fix(expect): correct behavior of toThrowError with empty string parameter (#6710) 2024-10-15 10:59:55 +02:00
patak
988e488b48
docs: revert viteconf 24 cta #6414 (#6712) 2024-10-15 10:55:52 +02:00
Hiroshi Ogawa
c73680984d
test: add retries to playwright ui tests (#6708) 2024-10-15 10:39:58 +02:00
Hiroshi Ogawa
7abc4ab6d8
chore(deps): update vue (#6709) 2024-10-15 10:39:38 +02:00
Hiroshi Ogawa
388e9b71fb
chore(deps): update @types/estree and fix arbitrary module identifier name types (#6669) 2024-10-15 10:34:53 +02:00
Misha Kaletsky
e03725afdd
chore(types): move expect-type to dependencies (#6705) 2024-10-14 17:42:58 +02:00
renovate[bot]
3078e4ed87
chore(deps): update dependency expect-type to v1 (#6654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 16:48:32 +02:00
PaulienM
69f20b1669
docs: debugging in intellij (#6702) 2024-10-14 16:36:00 +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
9c518c1424
fix(browser): fix default browser port (#6700) 2024-10-14 13:24:34 +02:00
renovate[bot]
fde5d50985
fix(deps): update dependency sirv to v3 (#6701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 13:08:29 +02:00
Vladimir Sheremet
4c03a0db53
chore: release v2.1.3 v2.1.3 2024-10-14 13:03:04 +02:00
Kamontat Chantrachirathumrong
c4076e64cf
docs: update invalid link (#6698) 2024-10-13 10:41:41 +09:00
Hiroshi Ogawa
4ec301b077
test: use list cli args from test.each (#6694) 2024-10-12 14:14:08 +02:00
btea
a6479cd7af
docs: bench Options type add throws description (#6695) 2024-10-12 14:13:14 +02:00
Hiroshi Ogawa
e002758ca2
fix: fix error diff of toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy (#6697) 2024-10-12 14:12:24 +02:00
dsyddall
5e6de2742f
fix(runner): ensure sequential suite overrides sequence.concurrent (#6653)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2024-10-12 10:31:47 +09:00
Vladimir
70baaaa9f6
fix(vitest): use fast-glob instead of tinyglobby in Vitest (#6688) 2024-10-12 09:24:44 +09:00
Vladimir
502ecbfea8
docs: mention that the browser mode uses 63315 port (#6691) 2024-10-11 17:46:07 +02:00
Vladimir
d131fd6411
fix(browser): don't override the esbuild option in the browser mode (#6692) 2024-10-11 17:45:54 +02:00
Vladimir
19d64e20ef
fix(vitest): always inline setup files (#6689) 2024-10-11 17:03:33 +02:00
Hiroshi Ogawa
47dde76f31
fix(vitest): show rollup error details as test error (#6686) 2024-10-11 16:06:32 +02:00
Vladimir
4b2ce07fb0
fix(browser): use /mockServiceWorker.js instead of /__vitest_msw__ (#6687) 2024-10-11 13:12:03 +02:00
Ari Perkkiö
7155cee210
refactor(coverage): move re-usable parts to base provider (#6665) 2024-10-11 10:22:08 +03:00
Arya Emami
11b9432eca
docs: update the default browser.provider (#6673) 2024-10-09 22:20:06 +02:00
Vladimir
7a0de0a7c2
perf: reuse full name in reported tasks, update generator types (#6666) 2024-10-08 21:29:38 +02:00
Vladimir
9936c098d5
docs: update workspace.md (#6664) 2024-10-08 13:50:33 +02:00
Vladimir Sheremet
5c73ebe797
chore: never open a testing tab when running tests 2024-10-07 17:57:57 +02:00
renovate[bot]
80dae21116
chore(deps): update dependency rollup to v4.22.4 [security] (#6657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 15:06:50 +02:00
renovate[bot]
e849a9f27a
chore(deps): update dependency micromatch to v4.0.8 [security] (#6656)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 14:50:52 +02:00
Vladimir
cf2b846413
chore: make Vitest monorepo work with the vscode extension (#6658) 2024-10-07 13:32:00 +02:00
Hiroshi Ogawa
07a0fae19b
chore: fix @vitest/ui overrides (#6655) 2024-10-07 10:34:50 +02:00
Vladimir
8bef5d2b99
fix(browser): not.toBeInTheDocument works with locators API (#6634) 2024-10-07 10:25:36 +02:00
Hiroshi Ogawa
9ece395264
fix(vitest): fix <empty line> logs when interleaving console.log/error (#6644) 2024-10-06 11:16:19 +03:00
Anthony Fu
ba97f6a1b4
docs: add VoidZero as special sponsor (#6639) 2024-10-04 10:28:49 +02:00
Vladimir
000459a9ae
fix(vitest): deprecate old task types and node-reliant types (#6632) 2024-10-03 16:29:34 +02:00
Vladimir
937cca80a3
chore: update lit example to use the new locators API (#6628)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2024-10-03 16:24:06 +02:00
Vladimir
946d8bb165
fix(vitest): don't hang with maxConcurrency 0 (#6627) 2024-10-03 16:01:20 +02:00
Vladimir
0d94e609e4
docs: update examples links (#6631) 2024-10-03 14:25:49 +02:00
Vladimir
496bd251ba
fix(vitest): deprecate UserConfig in favor of ViteUserConfig (#6626) 2024-10-03 14:25:32 +02:00