29 Commits

Author SHA1 Message Date
Vladimir
8cb219c41d
docs(browser): remove the "experimental" tag (#8707) 2025-10-14 10:24:20 +02:00
Romain Hamel
981b14db16
docs: update TestSuite meta example (#8708) 2025-10-13 19:03:23 +02:00
Vladimir
948016d8bd
docs: fix Vitest API doc (#8680)
### 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:53:34 +02:00
Vladimir
438c44e7fb
feat(api): add getSeed method (#8592) 2025-09-18 19:13:59 +02:00
Vladimir
3be0986aa5
feat(api): add relativeModuleId to TestModule (#8505) 2025-08-29 14:33:48 +02:00
Vladimir
bdb7067f13
feat(api): add getGlobalTestNamePattern method (#8438) 2025-08-15 12:56:43 +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
Vladimir
aaa6e65125
feat(api): expose Vitest watcher (#8413) 2025-08-08 14:43:02 +02:00
Vladimir
fdeb2f4826
feat(api): expose experimental_parseSpecifications (#8408) 2025-08-08 12:02:11 +02: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
kilavvy
0ad29decd5
Fix: Correct typos in documentation and tests (#8207) 2025-07-14 15:10:36 +02:00
Ari Perkkiö
41a111c35b
fix!(coverage): remove .all, reworked include/exclude (#7837) 2025-06-18 11:20:23 +03:00
Vladimir
b03f2098a5
feat: annotation API (#7953) 2025-05-30 18:56:14 +02:00
Andy Brenneke
95961e40ac
feat: track module execution totalTime and selfTime (#8027) 2025-05-29 10:39:44 +02:00
Vladimir
34f43ae687
fix(typecheck): avoid creating a temporary tsconfig file when typechecking (#7967) 2025-05-16 17:15:10 +02:00
Vladimir
41beb261e6
feat: deprecate workspace in favor of projects (#7923)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-05-05 18:49:26 +02:00
Romain Hamel
5f50495843
docs: use extends instead of configFile in injectTestProjects (#7860) 2025-05-05 18:38:49 +02:00
Vladimir
69ca425c69
fix(reporter): print test only once in the verbose mode (#7738) 2025-03-31 12:12:41 +02:00
Janis Jansen
2a8520a837
feat: support --configLoader CLI option (#7574)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-26 10:06:42 +01:00
Vladimir
20a5d4bfc4
feat: add "configureVitest" plugin hook (#7349)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-03-19 14:18:14 +01:00
Arya Emami
3fdee3da8b
chore: fix various typos (#7663) 2025-03-14 09:20:41 +01:00
Vladimir
419315bd13
docs: update shiki transformers and clarify root project (#7518) 2025-03-06 17:25:51 +01:00
Vladimir
80ce0e1c40
feat(api): add onBrowserInit event (#7255) 2025-01-15 15:09:12 +01:00
Vladimir
766624abd6
feat: introduce the new reporter API (#7069)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-01-14 16:46:44 +01:00
Vladimir
a4ac2fe44d
docs: fix small typos (#7163) 2025-01-03 12:47:45 +01:00
Vladimir
8764f5c157
docs: update test-module (#7143) 2024-12-28 18:25:59 +01:00
Vladimir
a941d35808
docs: update test-suite.md (#7144) 2024-12-28 18:25:52 +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