4503 Commits

Author SHA1 Message Date
Hiroshi Ogawa
5c879b0510
ci: include examples and test on renovate (#7714) 2025-03-22 12:40:40 +01:00
renovate[bot]
983c026cd1
chore(deps): update dependency @antfu/eslint-config to ^4.10.2 (#7683)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-21 10:52:20 +01:00
Jan Vincent Liwanag
18becc6e51
docs: fix default fixture value (#7711) 2025-03-21 10:37:33 +01:00
Vladimir Sheremet
f32c5377a2
chore: release v3.1.0-beta.2 v3.1.0-beta.2 2025-03-21 09:27:00 +01:00
Vladimir
63949b1d73
feat(browser): introduce and, or and filter locators (#7463)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-03-20 15:19:50 +01:00
Vladimir
e5851e4b86
feat(runner): add test.scoped to override test.extend fixtures per-suite (#7233) 2025-03-19 14:57:29 +01:00
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
Ari Perkkiö
ba9b51cccc
fix(reporter): --hideSkippedTests should hide suites too (#7695) 2025-03-19 15:16:04 +09:00
Hiroshi Ogawa
9695d734eb
chore: replace rollup-plugin-esbuild with unplugin-oxc (#7680)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-03-18 16:13:38 +01:00
@beer
ab26f54166
docs: benchmark url fix (#7677) 2025-03-18 11:41:32 +02:00
Ari Perkkiö
888793c31f
test: update reporter snapshot (#7689) 2025-03-17 16:26:57 +01:00
Vladimir Sheremet
2f7f36453b
chore: release v3.1.0-beta.1 v3.1.0-beta.1 2025-03-17 13:16:17 +01:00
Vladimir
6adecb9036
feat(vitest): allow conditional context.skip(boolean) (#7659)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-03-17 13:05:26 +01:00
Hiroshi Ogawa
ea3d67b03b
feat: allow array element for test.each/for title formatting (#7522) 2025-03-17 13:03:51 +01:00
Hiroshi Ogawa
eacab25e77
feat: add diff.maxDepth option and set non-Infinity value as a default to reduce crash (#7481) 2025-03-17 13:03:01 +01:00
Ari Perkkiö
f9e1cb494e
feat(reporter): --silent=passed-only to log failed tasks only (#7530) 2025-03-17 13:02:27 +01:00
Ari Perkkiö
5eba60ae12
feat(reporter): always render test time (#7529)
Co-authored-by: Michał Grzegorzewski <4864089+spamshaker@users.noreply.github.com>
2025-03-17 13:02:12 +01:00
Ryo Ochiai
df3477076c
feat: Introduce %$ option to add number of the test to its title (#7412) 2025-03-17 13:01:19 +01:00
Vladimir Sheremet
8ea9e147e1
chore: release v3.0.9 v3.0.9 2025-03-17 12:57:21 +01:00
Ari Perkkiö
422ba66bfa
fix(coverage): browser mode + coverage.all (#7597) 2025-03-17 12:52:07 +01:00
Ari Perkkiö
10bbbe969e
ci: pin third party actions to commit shas (#7687) 2025-03-17 13:48:38 +02:00
Arya Emami
3fdee3da8b
chore: fix various typos (#7663) 2025-03-14 09:20:41 +01:00
Hiroshi Ogawa
29f5a848f7
fix(vite-node): fix missing buildStart (#7652) 2025-03-14 09:12:07 +01:00
renovate[bot]
470cbec1f9
chore(deps): update dependency eslint to ^9.22.0 (#7641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-11 17:20:48 +01:00
renovate[bot]
4b0451d9e5
chore(deps): update dependency @antfu/eslint-config to v4 (#7407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-03-11 16:06:15 +01:00
Hiroshi Ogawa
2d4537fe81
docs: add mockClear/mockReset/mockRestore examples (#7633) 2025-03-11 15:11:15 +01:00
Vladimir
fcf3cf5d0a
refactor: coverage types to avoid mixing node and runtime types (#7627) 2025-03-11 14:51:45 +01:00
Hiroshi Ogawa
df1fc8e57a
refactor(ws-client): remove utils re-export (#7635) 2025-03-11 14:49:53 +01:00
Pengoose
46d93a2e89
fix: support custom toString method in %s format (#7637) 2025-03-11 14:49:29 +01:00
Hiroshi Ogawa
3fb3fbf858
fix: fix getState().testPath during collection with no isolation (#7640) 2025-03-11 14:48:01 +01:00
Hiroshi Ogawa
e4b34b81e6
test: test hook cleanup timeout correctly (#7651) 2025-03-11 14:40:31 +01:00
Hiroshi Ogawa
20b39c41e3
test(vite-node): test css import (#7653) 2025-03-11 14:39:54 +01:00
Hiroshi Ogawa
eab5c37547
chore: remove renovate special rules for playwright, test and examples (#7643) 2025-03-11 14:36:19 +01:00
Hiroshi Ogawa
268a19e19a
fix(runner): show stacktrace on hook timeout error (#7502) 2025-03-11 14:35:53 +01:00
Joel Gallant
ff42bcb381
fix(web-worker): ensure removeEventListener is bound to worker (#7631) 2025-03-11 08:40:45 +02:00
Vladimir
94b27af595
Revert "fix(browser): remove @testing-library/dom from dependencies #7555)" (#7628) 2025-03-07 14:55:25 +01:00
btea
7155aefa36
chore: use pnpm catalog (#7590) 2025-03-07 14:10:38 +01:00
Hiroshi Ogawa
c0cf65f94f
chore: use unplugin-isolated-decl with oxc-transform for dts build (#7609)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2025-03-07 09:54:45 +01:00
Vladimir
5eb4cd1fa5
fix(browser): fail playwright timeouts earlier than a test timeout (#7565)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-07 09:54:16 +01:00
Daniel Staudigel
b7f5526163
fix: race condition in RPC filesystem cache. (#7531) 2025-03-07 09:53:47 +01:00
Hiroshi Ogawa
34aa322bf2
fix(vite-node): fix source map of inlined node_modules (#7557) 2025-03-07 09:50:40 +01:00
Hiroshi Ogawa
0fb21faa34
fix: fix toHaveBeenCalledWith(asymmetricMatcher) with undefined arguments (#7624) 2025-03-07 09:44:44 +01:00
Hiroshi Ogawa
6ece0d9e63
test: ignore broken unhandled rejection error stack test (#7622) 2025-03-07 08:37:30 +01:00
Hiroshi Ogawa
db14ab714d
fix: cleanup vitest in public resolveConfig API (#7623) 2025-03-07 08:37:13 +01:00
Hiroshi Ogawa
4f7db68143
docs: fix shiki twoslash build error (#7620) 2025-03-07 08:36:54 +01:00
Matthew Pietz
09f3530151
fix: typings of ctx.skip() as never (#7608) 2025-03-07 08:34:37 +02:00
Vladimir
419315bd13
docs: update shiki transformers and clarify root project (#7518) 2025-03-06 17:25:51 +01:00
Vladimir Sheremet
814d5df54e
chore: release v3.0.8 v3.0.8 2025-03-06 16:13:46 +01:00
Hiroshi Ogawa
ca9ffac5f7
fix(runner): fix and simplify Task.suite initialization (#7414) 2025-03-06 16:03:29 +01:00
Simon El Nahas
2edc18a86a
Fix wrong reference version. (#7610)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-03-06 16:01:03 +01:00