1624 Commits

Author SHA1 Message Date
Ari Perkkiö
a400a9d2aa
fix(coverage): handle query param based transforms correctly (#8418) 2025-08-15 13:59:53 +02:00
Ari Perkkiö
e68b847479
test: update type-strip feature version check (#8419) 2025-08-15 13:57:48 +02:00
Vladimir
bdb7067f13
feat(api): add getGlobalTestNamePattern method (#8438) 2025-08-15 12:56:43 +02:00
Vladimir
a1cb9719a4
fix!: remove deprecated APIs (#8428) 2025-08-12 18:25:50 +02:00
Vladimir
61eb7dd9c9
feat(api): add enableCoverage and disableCoverage methods (#8412)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-08-12 14:50:17 +02:00
Eugene
cd5c19dec1
chore(dev-deps): migrate to @jridgewell/remapping from @ampproject/remapping (#8416)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-08-10 10:37:47 +03:00
Copilot
7ff9c67ac5
docs: update Testing Types docs to use non-deprecated expect-type API and add toMatchObjectType documentation (#8397)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sheremet-va <16173870+sheremet-va@users.noreply.github.com>
2025-08-09 22:44:27 +02:00
Vladimir
fdeb2f4826
feat(api): expose experimental_parseSpecifications (#8408) 2025-08-08 12:02:11 +02:00
Vladimir
c0ec08a905
feat(browser): add trackUnhandledErrors option (#8386) 2025-08-06 19:13:32 +02:00
Vladimir
b825ef87c5
fix: make sure test errors always have stacks property in Node.js context (#8392) 2025-08-06 18:03:32 +02:00
Vladimir
05b4178e8c
fix(jsdom): override globals that Fetch API relies on (#8390) 2025-08-06 17:59:05 +02:00
Hiroshi Ogawa
9b5af96802
ci: skip list-changed test on ecosystem ci (#8388) 2025-08-05 17:58:39 +09:00
Ari Perkkiö
149f8e5095
fix(reporter)!: remove deprecated APIs (#8223)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-08-04 14:30:28 +02:00
Shinobu Hayashi
010fc55b52
fix(vitest): override config.include option with config.browser.instances[].include option if it is specified (#8260) 2025-08-04 13:17:14 +02:00
Hiroshi Ogawa
e922e9266c
fix: configure oxc instead of esbuild on rolldown-vite (#8378) 2025-08-04 13:14:16 +02:00
Vladimir
9e412de354
fix!: rewrite spying implementation to make module mocking more intuitive (#8363) 2025-08-01 16:13:07 +02:00
Raul Macarie
459efba6b8
fix: screenshot masks with Playwright provider (#8357) 2025-07-31 14:46:57 +02:00
renovate[bot]
13f9462293
fix(deps): update all non-major dependencies (#8348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-29 14:54:18 +02:00
Vladimir
28765b4bbc
fix(wdio): properly construct the shadow root selector if there are multiple elements (#8354) 2025-07-28 15:24:42 +02:00
Vladimir
1a81c21d28
feat(runner)!: set mode to todo if no function is passed down to test or describe (#8346) 2025-07-28 15:24:32 +02:00
Vladimir
9be01ba594
feat!: use module-runner instead of vite-node (#8208)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-07-28 13:43:53 +02:00
Vladimir
736f722ef0
test(ui): ignore failed responses from example.com (#8333) 2025-07-23 08:22:45 +09:00
Noritaka Kobayashi
02da20864c
chore: fix typos (#8179) 2025-07-22 18:02:11 +02:00
Vladimir
0417a2c1af
fix: forbid setting environment to browser (#8334) 2025-07-22 17:59:01 +02:00
Raul Macarie
d45f964c16
feat(browser): introduce toMatchScreenshot for Visual Regression Testing (#8041) 2025-07-22 15:19:06 +02:00
haakonjackfloat
e71a5d0ec1
fix: add --changed flag support to vitest list command (fix #8270) (#8272) 2025-07-22 14:27:33 +02:00
renovate[bot]
aa79e2733e
fix(deps): update all non-major dependencies (#8328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-21 13:00:58 +02:00
Ari Perkkiö
013bf2cb2c
fix!: ignore --standalone when CLI filename filter is used (#8262) 2025-07-15 16:26:09 +02:00
Vladimir
88071a8f23
fix: annotation location always points to the test file (#8315) 2025-07-15 16:10:26 +02:00
Vladimir
50da421cb5
test: lower expected import duration for better CI stability (#8313) 2025-07-15 15:02:58 +02:00
Vladimir
497cb94498
test: don't use __dirname and __filename in tests and configs (#8314) 2025-07-15 15:02:19 +02:00
Vladimir
f453237194
test: print onUserConsoleLog separetly from test run (#8312) 2025-07-15 14:42:33 +02:00
Shinobu Hayashi
ceed5b622d
feat(browser): support toBeInViewport utility method to assert element is in viewport or not (#8234) 2025-07-14 15:36:36 +02:00
Hiroshi Ogawa
e85e396f00
fix: support snapshot with no object key sorting (#8136)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-07-14 15:11:35 +02:00
kilavvy
0ad29decd5
Fix: Correct typos in documentation and tests (#8207) 2025-07-14 15:10:36 +02:00
Matei Trandafir
81d7601e45
feat: add spy option to vi.mockObject (#8285) 2025-07-14 11:02:56 +02:00
Ari Perkkiö
43977c2b8f
fix: use suite's timeout when test.extend (#8278) 2025-07-14 11:02:30 +02:00
renovate[bot]
ad16d46957
chore(deps): update eslint packages (#8124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-07-14 11:01:34 +02:00
Shinobu Hayashi
eeec501de4
feat(expect): support toBeNullable expect function to check provided value is nullish (#8294)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-07-14 11:00:21 +02:00
renovate[bot]
a1e576ae0a
fix(deps): update all non-major dependencies (#8235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-07-14 10:28:13 +02:00
renovate[bot]
0b89f8f89d
chore(deps): update dependency inquirer to v12 (#8299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 10:04:22 +02:00
Shinobu Hayashi
7b489959a0
fix: distribute test files to shards more evenly (#8288)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-07-12 10:10:44 +03:00
Shinobu Hayashi
480be1a782
fix(core): Fix objectContaining expect utility to have more compatibility to jest's one (#8241) 2025-07-03 14:31:56 +02:00
Zhong
a0f9ae3f04
fix(mocker): fix regexpHoistable to allow whitespace before parentheses (#8231) 2025-07-03 14:30:28 +02:00
Ari Perkkiö
932d837c6e
fix(watch): filename filter runs duplicate tests in workspaces (#8250) 2025-07-03 14:27:23 +02:00
Ari Perkkiö
8a99880434
fix(coverage): prevent encoding filenames of uncovered files (#8239) 2025-07-01 14:48:19 +02:00
Taylor Buchanan
761beeeea7
fix(coverage): include files based on --project filter (#7885) 2025-06-26 09:31:14 +03:00
Vladimir
76fb75d424
fix!: remove deprecated workspace option in favor of projects (#8218) 2025-06-25 14:56:40 +02:00
Vladimir
20d4d9e6c6
test: wait longer in waitFor test (#8219) 2025-06-24 19:10:10 +02:00
Vladimir
abc0d8273f
fix(spy)!: support spying on classes (#6160) 2025-06-24 16:17:30 +02:00