1420 Commits

Author SHA1 Message Date
Joel Gallant
ff42bcb381
fix(web-worker): ensure removeEventListener is bound to worker (#7631) 2025-03-11 08:40:45 +02:00
btea
7155aefa36
chore: use pnpm catalog (#7590) 2025-03-07 14:10:38 +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
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
ca9ffac5f7
fix(runner): fix and simplify Task.suite initialization (#7414) 2025-03-06 16:03:29 +01:00
Hiroshi Ogawa
0c2924b7ae
fix(runner): fix beforeEach/All cleanup callback timeout (#7500) 2025-03-03 17:11:37 +01:00
btea
4325ac6793
fix: correctly split the argv string (#7533) 2025-02-27 13:45:23 +01:00
Hiroshi Ogawa
c0f47e03b0
fix(vite-node): fix buildStart on Vite 6 (#7480) 2025-02-27 13:43:02 +01:00
Vladimir
fee90d855b
fix(browser): print related test file and potential test in unhandled errors (#7564) 2025-02-27 13:54:38 +09:00
jyc.dev
d5cb821276
fix(snapshot): allow inline snapshot calls on same location with same snapshot (#7464)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-02-27 11:49:45 +09:00
Vladimir
4b5ed90213
fix: use browser.isolate instead of config.isolate (#7560) 2025-02-26 17:18:16 +01:00
Vladimir
e2c570b687
fix(browser): improve source map handling for bundled files (#7534) 2025-02-25 16:56:58 +01:00
Hiroshi Ogawa
3ae5514e43
test: re-enable skipped test for Vite 6 (#7558) 2025-02-25 09:58:18 +02:00
Vladimir
b1949c97c2
fix(browser): support webdriverio 9 (#7553) 2025-02-24 18:45:33 +01:00
Hiroshi Ogawa
28ad51b16e
test: fix flaky browser-multiple.test.ts (#7510) 2025-02-21 08:28:38 +01:00
Pengoose
d5765f71b3
fix(expect): Correct generic MatchersObject this type in expect.extend (#7526) 2025-02-20 10:41:23 +09:00
Hiroshi Ogawa
83e3d515d3
test: tweak browser non US key input test (#7490) 2025-02-19 16:35:07 +01:00
Hiroshi Ogawa
f71004ffa3
fix(spy): clear/reset/restore mocks in stack order (#7499) 2025-02-19 10:06:13 +09:00
Ari Perkkiö
027ce9bbf7
fix(reporters): render tasks in tree when in TTY (#7503) 2025-02-18 09:35:03 +02:00
Ben McCann
b62ac2280e
chore: use tinyglobby instead of fast-glob in Vitest (#7504) 2025-02-18 08:45:47 +02:00
Hiroshi Ogawa
167a98d77c
fix: exclude queueMicrotask from default fake timers to not break node fetch (#7505) 2025-02-18 08:45:06 +02:00
Ari Perkkiö
f31a07bb35
fix(coverage): preserve moduleExecutionInfo in non-isolated runs (#7486) 2025-02-13 19:23:37 +02:00
Vladimir
01b91b5eff
test: temporary patch to unblock CI (#7485) 2025-02-13 16:49:35 +01:00
Ari Perkkiö
1f2e55522a
fix(coverage): vite-node to pass correct execution wrapper offset (#7417) 2025-02-13 17:13:22 +02:00
Ari Perkkiö
cb48e64e35
test(coverage): format snapshots with formatSummary (#7482) 2025-02-13 17:12:41 +02:00
Ari Perkkiö
5e21181186
test: replace browser.name with browser.instances (#7477) 2025-02-13 17:11:26 +02:00
Ari Perkkiö
8fe641b40a
fix(init): invalid browser config (#7475) 2025-02-13 16:15:39 +02:00
renovate[bot]
e348bd4c99
fix(deps): update all non-major dependencies (#7363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-02-11 10:15:44 +09:00
Ernest
01a597218a
fix(watch): properly remove cache after removing existing test files (#7399) 2025-02-10 17:28:49 +01:00
Hiroshi Ogawa
12eaf3ea43
chore: cleanup deps (#7434) 2025-02-06 12:43:33 +02:00
Hiroshi Ogawa
b997355be7
fix(vite-node): remove fake first line mapping on Vite 6 (#7124) 2025-02-05 08:29:57 +02:00
Hiroshi Ogawa
9542b699c6
fix: compat for jest-image-snapshot (#7390) 2025-02-04 15:57:20 +01:00
Ari Perkkiö
ed15b5b333
fix(workspace): forward inspect related cli options (#7373) 2025-02-04 14:59:10 +01:00
Hiroshi Ogawa
7ef238c060
fix(browser): fix toHaveClass typing (#7383) 2025-02-04 14:52:58 +01:00
Hiroshi Ogawa
03912b43a7
fix: fix getMockedSystemTime for useFakeTimer (#7405) 2025-02-04 14:43:08 +01:00
Hiroshi Ogawa
d3acbd8b96
fix(browser): fix mocking modules out of root (#7415) 2025-02-04 14:38:15 +01:00
Ari Perkkiö
3c8050e69a
fix: don't toggle cli cursor on non-TTY (#7336) 2025-02-03 14:34:21 +09:00
Hiroshi Ogawa
926ca95469
fix(vite-node): differentiate file url with hash and query (#7365) 2025-02-03 10:57:07 +09:00
Hiroshi Ogawa
191ef9e34c
fix: validate websocket request (#7317)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-02-02 10:31:33 +02:00
Hiroshi Ogawa
ef1464fc7b
fix: apply development|production condition on Vite 6 (#7301)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-01-23 14:38:54 +01:00
renovate[bot]
38ea8eaef8
fix(deps): update all non-major dependencies (#7297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-01-23 14:29:46 +01:00
Vladimir
dff4406d9c
fix: filter projects eagerly during config resolution (#7313)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-01-23 14:00:59 +01:00
renovate[bot]
a8d123cb33
chore(deps): update eslint packages (#7086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-01-22 14:13:09 +01:00
Hiroshi Ogawa
c60ee27c06
fix(runner): timeout long sync hook (#7289) 2025-01-21 15:16:36 +01:00
Vladimir
e43a8f5666
fix(browser): don't fail when running --browser.headless if the browser projest is part of the workspace (#7311) 2025-01-20 17:21:45 +01:00
Vladimir
fa4634b237
fix(browser): don't throw a validation error if v8 coverage is used with filtered instances (#7306) 2025-01-20 15:55:52 +01:00
Vladimir
ef1aa89333
fix: don't await an empty timeout after every test (#7281) 2025-01-17 15:23:28 +01:00