4864 Commits

Author SHA1 Message Date
Vladimir
3bdf05d19c
fix: ensure errors keep their message and stack after toJSON serialisation (#8053) 2025-05-30 13:12:32 +02:00
patak
4f50f259d5
chore: use bolt logo for StackBlitz (#8059) 2025-05-30 12:54:55 +02:00
Vladimir
0cbad1b0d0
fix(browser): share vite cache with the project cache (#8049) 2025-05-29 11:50:45 +02:00
Andy Brenneke
95961e40ac
feat: track module execution totalTime and selfTime (#8027) 2025-05-29 10:39:44 +02:00
Vladimir
910892ed93
chore: simplify working with UI package in dev (#8044) 2025-05-29 10:37:58 +02:00
Vladimir Sheremet
ba87a62b99
chore: release v3.2.0-beta.3 v3.2.0-beta.3 2025-05-28 16:27:15 +02:00
Vladimir
b34ffada3b
fix(browser): await mocker invalidation to avoid race condition with "mock wasn't registered" (#8021) 2025-05-28 15:58:12 +02:00
Matej Vobornik
d6ef0da11f
fix(cache): preserve test results from previous runs (#8043) 2025-05-28 15:57:30 +02:00
Vladimir
b9a312a8a2
fix(browser): resolve upload files relative to the project root (#8042) 2025-05-28 15:08:55 +02:00
Vladimir
c23b0f78f2
fix(wdio): don't scale browser in headless mode (#8033) 2025-05-28 14:16:35 +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
renovate[bot]
c2106b337b
chore(deps): update all non-major dependencies (#8029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-05-27 09:44:17 +03: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
Vladimir
3f8159a2ff
ci(rollup): disable watcher for types generators (#8035) 2025-05-26 16:22:39 +02:00
Vladimir
227a992adb
fix(browser): run tests serially if provider doesn't provide a mocker (#8032) 2025-05-26 14:52:39 +02:00
Vladimir
1716b61c52
feat: support Vite 7 (#8003) 2025-05-26 10:55:58 +02:00
renovate[bot]
e2cd1e8378
chore(deps): update dependency @antfu/eslint-config to ^4.13.2 (#8030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-26 10:54:57 +02:00
Ansgar Prause
646a1512f1
docs: fix typo, improve formatting (#8025) 2025-05-26 11:51:55 +09:00
Ari Perkkiö
c5ac9859d4
test(coverage): verify configureVitest can modify coverage include/exclude (#8009) 2025-05-23 17:36:52 +02:00
Ari Perkkiö
51cd81444b
fix(coverage): browser + v8 in source tests missing (#7946) 2025-05-23 17:35:34 +02:00
Micha Huhn
1b29ff60fb
docs: fix typo (#8011) 2025-05-23 17:32:42 +02:00
Hiroshi Ogawa
76091074a1
fix(vite-node): add __vite_ssr_exportName__ (#7925) 2025-05-23 17:14:41 +02:00
Dirk Luijk
52bd789651
feat: initial support for Temporal equality (#8007) 2025-05-23 15:18:20 +02:00
renovate[bot]
69ca8b89bf
chore(deps): update unocss monorepo to v66 (major) (#8020)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-23 14:28:19 +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
703581b62f
fix: apply browser CLI options only if the project has the browser set in the config already (#7984) 2025-05-19 17:56:45 +02:00
Vladimir
330f9a40b1
fix: ignore non-string stack properties (#7995) 2025-05-19 15:55:30 +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 Sheremet
2854ad663f
chore: release v3.2.0-beta.2 v3.2.0-beta.2 2025-05-19 14:37:20 +02:00
Vladimir
33d0538521
fix: remove unused exports (#7618) 2025-05-19 14:36:51 +02:00
Vladimir
95d7a3373b
chore(deps): update eslint packages (#7996) 2025-05-18 16:01:21 +02:00
StefanLiebscher
6dc1d18586
fix(dev): fix relay of custom equality testers (#6140) 2025-05-18 14:48:29 +02:00
Josh Goldberg ✨
8ec448db61
fix: switch ExpectStatic any types to AsymmetricMatcher<unknown>, with DeeplyAllowMatchers<T> (#7016) 2025-05-18 12:53:27 +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
Vladimir
e84e2184ef
fix: generate a separate config for "vitest init browser" instead of a workspace file (#7934) 2025-05-17 15:33:00 +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
Ari Perkkiö
a05d48c258
fix(coverage): istanbul provider to not use Vite preserved query params (#7939) 2025-05-17 15:27:31 +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