657 Commits

Author SHA1 Message Date
Vladimir Sheremet
32f23b98b4
chore: release v2.1.5 2024-11-13 16:05:30 +01:00
Vladimir
417bdb423d
fix(browser): init browsers eagerly when tests are running (#6876) 2024-11-13 16:03:43 +01:00
Vladimir Sheremet
32be0af753
chore: update browser readme 2024-11-13 15:28:51 +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
Vladimir
9a0c93d787
fix(browser): stop the browser rpc when the pool is closed (#6858) 2024-11-13 11:54:53 +01:00
renovate[bot]
0ad2cdcaae
chore(deps): update all non-major dependencies (#6890)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 08:58:39 +01:00
Hiroshi Ogawa
5969d8da70
fix(browser): support non US key input (#6873) 2024-11-08 10:05:35 +01:00
Vladimir
0d67f04b65
fix(browser): don't process the default css styles (#6861) 2024-11-05 15:53:00 +01:00
renovate[bot]
68be7b13d9
chore(deps): update all non-major dependencies (#6844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 10:43:14 +01:00
Vladimir
270f99c1da
chore(deps): update msw to 2.6.0 (#6818) 2024-10-30 10:53:17 +01:00
renovate[bot]
96e67dd32b
chore(deps): update all non-major dependencies (#6797)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2024-10-28 13:38:51 +01:00
Vladimir Sheremet
0df44c0e7c
chore: release v2.1.4 2024-10-28 13:24:34 +01:00
Vladimir
2444ff225f
fix(browser): initiate MSW in the same frame as tests (#6772) 2024-10-28 13:19:27 +01:00
Joaquín Sánchez
03a7703008
chore: fix browser build plugin (#6793) 2024-10-26 10:12:27 +09:00
Vladimir
df6d750b79
fix(vitest): don't fail if the working directory starts with a lowercase drive letter (#6779) 2024-10-25 15:20:10 +02:00
Vladimir
169028f03a
feat(browser): allow custom HTML path, respect plugins transformIndexHtml (#6725) 2024-10-25 14:38:16 +02:00
renovate[bot]
5df7414bf6
chore(deps): update all non-major dependencies (#6750)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 16:43:26 +02:00
Hiroshi Ogawa
de74785e05
chore(deps): update @antfu/eslint-config v3.8.0 (#6751) 2024-10-23 13:18:42 +02:00
Vladimir
9d9bad5b10
fix(browser): ignore non mocked msw requests (#6770) 2024-10-22 14:06:38 +02:00
Hiroshi Ogawa
bdd15dd1ac
fix(browser): user event cleanup on retry (#6764) 2024-10-22 09:50:55 +02:00
Vladimir
b82584c954
fix(browser): don't add v= queries to setup files imports (#6759) 2024-10-21 17:56:23 +02:00
Hiroshi Ogawa
19278f4cb9
fix(browser): cleanup keyboard state (#6731) 2024-10-21 14:16:04 +02:00
Vladimir
121b161fa8
fix(vitest): print warnings form Vite plugins (#6724) 2024-10-18 10:26:20 +02:00
Vladimir
a939779f1d
fix(browser): increment browser port automatically if there are several projects with browser.enabled (#6717) 2024-10-16 08:55:40 +02:00
Vladimir
da6d2ea72c
fix(browser): don't polyfill process.env (#6718) 2024-10-15 14:54:54 +02:00
Vladimir
079185387b
fix(browser): optimize expect-type (#6713) 2024-10-15 11:55:15 +02:00
Ari Perkkiö
62ac4eb1bc
chore(deps): update magic-string (#6711) 2024-10-15 11:37:23 +02:00
renovate[bot]
d260cef634
chore(deps): update all non-major dependencies (#6360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2024-10-14 13:43:10 +02:00
Hiroshi Ogawa
9c518c1424
fix(browser): fix default browser port (#6700) 2024-10-14 13:24:34 +02:00
renovate[bot]
fde5d50985
fix(deps): update dependency sirv to v3 (#6701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 13:08:29 +02:00
Vladimir Sheremet
4c03a0db53
chore: release v2.1.3 2024-10-14 13:03:04 +02:00
Vladimir
502ecbfea8
docs: mention that the browser mode uses 63315 port (#6691) 2024-10-11 17:46:07 +02:00
Vladimir
d131fd6411
fix(browser): don't override the esbuild option in the browser mode (#6692) 2024-10-11 17:45:54 +02:00
Vladimir
4b2ce07fb0
fix(browser): use /mockServiceWorker.js instead of /__vitest_msw__ (#6687) 2024-10-11 13:12:03 +02:00
Vladimir
8bef5d2b99
fix(browser): not.toBeInTheDocument works with locators API (#6634) 2024-10-07 10:25:36 +02:00
Vladimir
f36eac77c1
fix(browser): provide aria role intellisense (#6629) 2024-10-03 14:09:12 +02:00
Vladimir Sheremet
0ce26a4c70
chore: release v2.1.2 2024-10-02 18:17:51 +02:00
Vladimir
383f179166
fix(browser): throw an error if "@vitest/browser/context" is imported outside of the browser mode (#6570) 2024-10-02 18:17:36 +02:00
Ari Perkkiö
88bde99cda
fix(coverage): cleanOnRerun: false to invalidate previous results (#6592) 2024-10-02 09:54:43 +02:00
Hiroshi Ogawa
f952874e32
fix(browser): fix base for client script (#6510) 2024-09-25 10:37:23 +02:00
Joaquín Sánchez
e9821f70b9
fix(browser): use data: protocol on preview provider file upload (#6501) 2024-09-25 10:36:49 +02:00
Hiroshi Ogawa
adcdaee8a2
fix(browser): serve ui assets as static (#6564) 2024-09-25 10:35:55 +02:00
Hiroshi Ogawa
f131f93ba3
fix(browser): fix browser mock factory event race condition (#6530) 2024-09-25 10:33:58 +02:00
Hiroshi Ogawa
ea2d429b20
fix(browser): fix dynamic import inside worker (#6569) 2024-09-25 10:24:02 +02:00
Hiroshi Ogawa
2a50464d58
chore: fix browser package dev watch (#6523) 2024-09-18 08:50:09 +03:00
Vladimir Sheremet
699055eb93
chore: release v2.1.1 2024-09-13 17:29:40 +02:00
Vladimir
5cbb0bba8f
fix(browser): optimize vitest-browser-vue correctly (#6490) 2024-09-13 10:49:05 +02:00
Vladimir Sheremet
9f1fd182fd
chore: release v2.1.0 2024-09-12 16:00:48 +02:00
Vladimir
0b4da69e11
fix: userEvent works consistently between providers (#6480) 2024-09-12 13:49:15 +02:00
Vladimir
9560ab7ffb
fix(browser): define mocker as a dependency (#6476) 2024-09-11 20:11:02 +02:00