572 Commits

Author SHA1 Message Date
Vladimir
798c0da20a
fix(workspace): extends: true correctly inherits all root config properties (#7232) 2025-01-14 06:43:30 +01:00
Vladimir
aec0b5306e
fix: cleanup vitest/reporters entrypoint (#7241) 2025-01-14 06:42:38 +01:00
Bandhan Majumder
e2e0658530
docs: added more description about connecting UI with right mode. (#7119) 2025-01-13 17:19:57 +01:00
Joaquín Sánchez
e0b47759a9
docs: fix browser testerhtmlpath link (#7220) 2025-01-12 17:32:11 +01:00
Robin
ac73eec476
docs(locators): update provider config link (#7211) 2025-01-11 16:18:19 +01:00
Hiroshi Ogawa
bae037681e
docs: tweak alias example (#7206) 2025-01-11 16:17:27 +01:00
Arya Emami
8dd2071376
chore: fix various typos (#7054) 2025-01-08 14:21:45 +01:00
Lucas Wiener
57c8740b27
docs: Update mocking.md (#7185) 2025-01-07 09:15:52 +09:00
Tony Spataro
38458ea6ff
feat(browser): implement locator.nth() (#7137)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-01-04 12:30:30 +01:00
Ari Perkkiö
010e7b2b21
docs: disabling timeout when debugging (#7161) 2025-01-03 12:56:53 +01:00
Vladimir
a4ac2fe44d
docs: fix small typos (#7163) 2025-01-03 12:47:45 +01:00
Hiroshi Ogawa
843a621e70
feat(browser): support clipboard api userEvent.copy, cut, paste (#6769) 2024-12-23 09:32:12 +01:00
Vladimir
78b62ffe1d
feat: allow multi-browser configuration (#6975) 2024-12-19 14:21:41 +01:00
Vladimir
9a1b501223
feat: prepare the Vitest API to be stable (#6962) 2024-12-10 11:12:47 +01:00
Vladimir
545cfa2f07
docs(browser): add vanilla example (#7049) 2024-12-08 15:11:34 +01:00
Vladimir
3c18ecf720
docs: replace Vitest 2.2 mentions (#7025) 2024-12-06 09:46:48 +01:00
Austin Nelson
2ad14b7afb
docs: default value for the --pool CLI option (#7038) 2024-12-06 10:21:15 +02:00
Vladimir
82c2e24437
feat!: pass down context to test hooks (#7034) 2024-12-05 17:44:03 +01:00
Vladimir
407f10e48c
feat: print a deprecation warning if suite or test uses object as the third argument (#7031) 2024-12-05 17:18:59 +01:00
Joe
db7a888801
feat!: spy.mockReset changes (#6426) 2024-12-05 15:01:06 +01:00
Vladimir Sheremet
a11d565422
docs: replace <details> with ::: details 2024-12-04 20:41:35 +01:00
Vladimir
2324375c06
docs: remove irrelevant vitest.config references and update the sidebar (#7006) 2024-12-02 17:37:37 +01:00
Mohamed Hubail
4d94b956da
feat(cli): Support specifying a line number when filtering tests (#6411)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2024-12-01 23:34:46 +01:00
Vladimir
98c7e51918
refactor: deprecate environmentMatchGlobs and poolMatchGlobs in favor of workspace (#6922) 2024-12-01 23:17:14 +01:00
Vladimir
38e50f1bbd
docs: show icons in code-groups and code titles, update sidebar (#6970) 2024-11-27 09:46:01 +01:00
Vladimir
ac1a7fdc62
fix(browser): explain TypeScript support in docs and add asymmetric matchers to types (#6934) 2024-11-25 17:00:47 +01:00
Vladimir
562e1b1437
feat: allow inline workspace configuration (#6923) 2024-11-19 13:28:09 +01:00
Andrew Haines
ebfe942caa
feat(cli): support excluding projects with --project=!pattern (#6924) 2024-11-19 10:51:12 +01:00
Jean-Philippe Leclerc
dc238e92bd
feat(reporter): add support for function type to classname option in the junit reporter (#6839)
Co-authored-by: Jean-Philippe Leclerc <jpleclerc@outlook.com>
Co-authored-by: Jean-Philippe Leclerc <jleclerc@tower-research.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2024-11-18 15:07:44 +01:00
Ari Perkkiö
511b73c7e8
feat(reporters): summary option for verbose and default reporters (#6893) 2024-11-18 15:05:07 +01:00
Vladimir
85c64e35b1
feat(runner): test context can inject values from the config's provide (#6813) 2024-11-13 17:20:26 +01:00
Vladimir
9c8f7e3e68
feat(vitest): include coverageMap in json report (#6606) 2024-11-13 17:01:17 +01:00
Vladimir Sheremet
9e7c99f6b8
docs: typo 2024-11-13 16:05:10 +01:00
Vladimir
417bdb423d
fix(browser): init browsers eagerly when tests are running (#6876) 2024-11-13 16:03:43 +01:00
Vladimir
93b67c24b1
fix: throw an error and a warning if .poll, .element, .rejects/.resolves, and locator.* weren't awaited (#6877) 2024-11-13 13:16:24 +01:00
patak
ecd0cbe7b4
docs: remove X links (#6868) 2024-11-06 17:05:40 +01:00
Vladimir
a2175c7d88
docs: clarify that workspace can be used to specify several configs (#6854) 2024-11-05 10:57:46 +01:00
Ari Perkkiö
5d4b38282f
docs(reporters): junit env variables removed in v2 (#6841) 2024-11-02 10:32:38 +02:00
Aidan Bickford
2a0e5aa9ae
docs: Update debugging.md grammar (#6794) 2024-10-26 09:55:26 +09:00
Hiroshi Ogawa
de74785e05
chore(deps): update @antfu/eslint-config v3.8.0 (#6751) 2024-10-23 13:18:42 +02:00
Tom MacWright
ec488981c5
docs: fix minor typo - colleting -> collecting (#6756) 2024-10-21 16:20:25 +02:00
Hiroshi Ogawa
19278f4cb9
fix(browser): cleanup keyboard state (#6731) 2024-10-21 14:16:04 +02:00
PaulienM
69f20b1669
docs: debugging in intellij (#6702) 2024-10-14 16:36:00 +02:00
Vladimir
502ecbfea8
docs: mention that the browser mode uses 63315 port (#6691) 2024-10-11 17:46:07 +02:00
Vladimir
9936c098d5
docs: update workspace.md (#6664) 2024-10-08 13:50:33 +02:00
Vladimir
0d94e609e4
docs: update examples links (#6631) 2024-10-03 14:25:49 +02:00
Vladimir
f4a682d7ac
docs: document how to mock class and its methods (#6615) 2024-10-02 16:28:15 +02:00
Vladimir
ed8b7c087a
fix(vitest): install dependencies with the same version when prompted (#6611) 2024-10-02 13:16:34 +02:00
Joaquín Sánchez
9edfa19ff1
chore: add pkg.pr.new (#6362)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2024-10-01 21:37:42 +02:00
Viktor Luft
0fa0dd5bc4
docs: link to default config for test timeout (#6603) 2024-10-01 16:49:31 +02:00