638 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
7d1d7a27ce docs: correct terminology and verify task behavior in file/worker fixtures
Co-authored-by: hi-ogawa <4232207+hi-ogawa@users.noreply.github.com>
2025-12-08 02:14:12 +00:00
copilot-swe-agent[bot]
c2834522a0 docs: clarify task fixture behavior for auto vs non-auto file/worker scoped fixtures
Co-authored-by: hi-ogawa <4232207+hi-ogawa@users.noreply.github.com>
2025-12-08 02:05:37 +00:00
copilot-swe-agent[bot]
5dd6480452 docs: clarify task fixture unavailability in file/worker-scoped fixtures
Co-authored-by: hi-ogawa <4232207+hi-ogawa@users.noreply.github.com>
2025-12-08 01:58:52 +00:00
Vladimir
122ff321cc
feat(reporters): print import duration breakdown (#9105) 2025-12-02 16:48:29 +01:00
Mihkel Eidast
fa34701d25
docs: fix typo in projects.md (#9142) 2025-12-02 15:22:59 +09:00
Vladimir
1c00fb1165
docs: remove prepare from example (#9139)
### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

Resolves #issue-number

<!-- You can also add additional context here -->

### Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
- [ ] It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
- [ ] Ideally, include a test that fails without this PR but passes with it.
- [ ] Please, don't make changes to `pnpm-lock.yaml` unless you introduce a new test example.
- [ ] Please check [Allow edits by maintainers](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) to make review process faster. Note that this option is not available for repositories that are owned by Github organizations.

### Tests
- [ ] Run the tests with `pnpm test:ci`.

### Documentation
- [ ] If you introduce new functionality, document it. You can run documentation with `pnpm run docs` command.

### Changesets
- [ ] Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with `feat:`, `fix:`, `perf:`, `docs:`, or `chore:`.
2025-12-01 13:47:18 +01:00
Vladimir
120b3dac1e
fix(docs): remove --browser.provider from docs (#9115) 2025-11-27 16:15:45 +01:00
Vladimir
1256b5ca34
fix: rename collect to import, remove prepare (#9091) 2025-11-25 11:00:59 +01:00
Vladimir
1b14737124
perf(experimental): add file system cache (#9026) 2025-11-20 11:29:19 +01:00
Vladimir Sheremet
32e9d681f7
docs: add version and advanced to the task 2025-11-18 10:59:47 +01:00
Raul Macarie
afd1f3e527
feat(expect): provide task in MatchState (#9022) 2025-11-18 10:53:39 +01:00
Vladimir
e7ad9072ec
docs: fix IntersectionObserver example (#9045) 2025-11-17 21:46:11 +01:00
Vladimir
d6d3359ddb
feat(experimental): support OpenTelemetry traces (#8994) 2025-11-17 16:23:52 +01:00
Vladimir
7063d4dda8
docs(migration): add excludes section (#9041) 2025-11-17 11:23:43 +01:00
Artem Zakharchenko
1e246f8515
docs: use msw/browser in component testing examples (#8909)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2025-11-10 13:49:28 +01:00
Ben Holland
e8b459d79a
docs: Update incorrect export name on the mocking modules page (#8962) 2025-11-07 12:38:40 +01:00
Alexander Karan
f98bfb4a37
docs: update comparisons.md (#8763) 2025-11-06 15:02:44 +01:00
Vladimir
65292c3655
docs: update structure (#8625) 2025-11-06 14:59:05 +01:00
Julien Wajsberg
069e6db9bd
fix(webdriverio): When no argument is passed to the .click interaction command, the webdriver command should also have no argument (#8937) 2025-11-06 12:50:11 +01:00
Vitaly Baev
35a27d4b33
fix: add Locator as a possible element type in toContainElement() matcher (fix #8910) (#8927) 2025-11-04 11:55:12 +01:00
Vladimir
9d2b4d501a
fix(browser): inherit isolate option, deprecate browser.isolate/browser.fileParallelism (#8890) 2025-11-03 17:05:04 +01:00
David Ollerhead
9741d86732
docs(coverage): correct include glob pattern (#8893) 2025-10-31 14:31:13 +02:00
Ryan Johnson
c57511bee0
docs: fix locator example to use elements() method (#8867) 2025-10-30 14:02:10 +01:00
Vladimir
a3f4eec6ff
docs(migration): mention mock.settledResults (#8825) 2025-10-26 15:37:42 +01:00
Vladimir
0be4807457
docs(browser): fix manual installation guide (#8823) 2025-10-26 12:53:05 +01:00
Ari Perkkiö
f393112ce3
docs(migration): singleThread to mention isolate: false (#8822) 2025-10-26 12:18:37 +01:00
Vladimir Sheremet
22f03aa18b
docs: fix coverage.exclude in the migration guide 2025-10-24 13:42:59 +02:00
Michael Dong
a7c4f6f566
docs: fix tomatchscreenshot link in vitest 4 blog post (#8772)
Co-authored-by: mdong1909 <mdong1909@users.noreply.github.com>
2025-10-23 12:13:52 +02:00
Vladimir
a821833117
docs: vitest 4 blog post (#8724) 2025-10-22 16:03:56 +02:00
Vladimir
3dfe09526c
chore: remove vite-node from the monorepo (#8761) 2025-10-22 14:54:36 +02:00
Vladimir Sheremet
c4485c6a02
docs: clarify the timeout number is supported 2025-10-21 19:34:59 +02:00
Vladimir Sheremet
ee0b6b0a56
docs: rename to vmMemoryLimit 2025-10-21 19:32:19 +02:00
Ari Perkkiö
4822d047a7
feat!: rewrite pools without tinypool (#8705)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-10-21 19:12:54 +02:00
Alexander Karan
9dc1867373
Update comparisons.md with Mocha Comparisons (#8740) 2025-10-21 18:56:55 +02:00
Ahiwe Onyebuchi Valentine
ff08294e88
docs: correct typos in migration guide (#8750) 2025-10-21 18:55:18 +02:00
Ahiwe Onyebuchi Valentine
2f5d5d3298
docs: typo in reporters guide (#8738) 2025-10-20 08:34:27 +03:00
Vladimir
8cb219c41d
docs(browser): remove the "experimental" tag (#8707) 2025-10-14 10:24:20 +02:00
Vladimir
4a66df6255
feat: add displayAnnotations option to github-options (#8706) 2025-10-13 16:48:31 +02:00
Raul Macarie
e63b17efcf
feat(browser): support custom screenshot comparison algorithms (#8687) 2025-10-13 14:12:58 +02:00
Vladimir
699bf80415
docs: fix visualn regression example (#8681)
### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

<!-- You can also add additional context here -->

### Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
- [ ] It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
- [ ] Ideally, include a test that fails without this PR but passes with it.
- [ ] Please, don't make changes to `pnpm-lock.yaml` unless you introduce a new test example.
- [ ] Please check [Allow edits by maintainers](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) to make review process faster. Note that this option is not available for repositories that are owned by Github organizations.

### Tests
- [ ] Run the tests with `pnpm test:ci`.

### Documentation
- [ ] If you introduce new functionality, document it. You can run documentation with `pnpm run docs` command.

### Changesets
- [ ] Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with `feat:`, `fix:`, `perf:`, `docs:`, or `chore:`.
2025-10-08 17:54:33 +02:00
Raul Macarie
4240f8ce72
docs: update image snapshot documentation to visual snapshots (#8659) 2025-10-04 12:01:42 +02:00
Yusuf Aran
6b21cfe557
feat: add hooks with type-safe extra context to TestAPI (#8623) 2025-10-03 10:36:03 +02:00
Vladimir
0dc93ea988
feat: introduce separate packages for browser mode providers (#8629) 2025-10-01 15:58:13 +02:00
Public Profile
88e62c7586
docs: remove outdated configuration (#8642) 2025-09-29 23:01:50 +02:00
Raul Macarie
9f9d2565ec
docs: update visual regression guide for Azure App Testing migration (#8614) 2025-09-24 14:07:25 +02:00
Simon Schick
4f4c5e72df
docs: name of unhandledRejection event (#8611) 2025-09-23 20:42:35 +02:00
Vladimir
9a0bf2254a
fix: update engines field to drop Node 18 support (#8608) 2025-09-22 15:23:55 +02:00
Vladimir
1aac59cd20
feat(browser): support playwright tracing (#8584) 2025-09-22 14:57:41 +02:00
Vladimir
4d41928c6d
feat!: remove deprecated order from test() API (#8594) 2025-09-19 12:08:11 +02:00
Vladimir
e3138bd1d0
docs: remove mentions of deprecated context (#8600) 2025-09-19 11:54:20 +02:00