25 Commits

Author SHA1 Message Date
Vladimir
0dc93ea988
feat: introduce separate packages for browser mode providers (#8629) 2025-10-01 15:58:13 +02:00
Vladimir
606cb9e3e3
feat(browser)!: require a provider factory instead of a string (#8445) 2025-08-27 12:00:11 +02:00
João Victor Lopes
1e7915b552
fix(browser): add instance validation to resolve coverage error (#7231)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-01-15 14:04:30 +01:00
Ari Perkkiö
010e7b2b21
docs: disabling timeout when debugging (#7161) 2025-01-03 12:56:53 +01:00
Aidan Bickford
2a0e5aa9ae
docs: Update debugging.md grammar (#6794) 2024-10-26 09:55:26 +09:00
PaulienM
69f20b1669
docs: debugging in intellij (#6702) 2024-10-14 16:36:00 +02:00
Ari Perkkiö
7ab0f4a8ff
feat(browser): support --inspect-brk (#6434) 2024-09-08 19:37:16 +02:00
Ari Perkkiö
0499a31520
feat(browser): support --inspect (#6433) 2024-09-03 13:21:38 +02:00
Yuta Nakamura
5053a5dd7e
fix: correct option name --no-parallelism (#4831) 2023-12-31 12:43:38 +02:00
Vladimir
fd5d7e66e4
feat: add --no-file-parallelism, --maxWorkers, --minWorkers flags (#4705)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2023-12-19 11:35:22 +01:00
Pascal Jufer
cb87f44e76
docs: fix grammar/stylistic issues (#4534)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2023-11-28 13:37:07 +01:00
Ari Perkkiö
114a993c00
feat!: add support for pool and poolOptions, remove old flags (#4172) 2023-10-02 14:13:40 +02:00
Ari Perkkiö
8b4a44ad16
feat!: support multiple parallel child_process (#3925) 2023-09-27 09:39:26 +02:00
Ari Perkkiö
63c62f9e6f
feat: --test-timeout CLI argument (#3019) 2023-03-18 21:55:54 +01:00
Ari Perkkiö
36087d1edf
fix: --inspect to work inside workers (#2983) 2023-03-15 20:44:15 +01:00
Joshua Nussbaum
8ab33f1e97
revert: "docs: add instructions for debugging tests via terminal" (#2869) 2023-02-21 15:03:09 +01:00
IKoshelev
72cb4db1a3
docs: added hint to debug via JavaScript Debug Terminal (#2653)
Added description and screenshot how to debug Vitest tests with JavaScript Debug Terminal
2023-02-03 10:36:13 +01:00
Joshua Nussbaum
dd7c80bee8
docs: add instructions for debugging tests via terminal (#2085)
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-10-07 10:03:01 +02:00
JoeyHuang0235
5b8d6dbe75
docs: use type: node in launch configuration to debug (#2081) 2022-09-25 13:38:13 +02:00
Joe Zimmerman
3ecc91ef98
docs: a few spelling/grammar fixes (#1701)
* Fix typos and enhance grammar.

* Merge branch 'main'

* Apply suggestions from code review

Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>

Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-07-24 09:47:29 +03:00
Joaquín Sánchez
235cfa7eea
docs: add section title in guide pages (#1583) 2022-07-15 00:28:28 +08:00
Anthony Fu
469e95df56 docs: ide 2022-04-25 22:33:03 +08:00
Konrad Kügler
329f9ca34d
docs: Add IntelliJ debug instructions (#1018)
* docs: Add IntelliJ debug instructions

The `--threads false` part is important, because the debugger
otherweise halts all worker threads upon start.
One would have to manually let those continue, which is quite annoying.

* docs: Add IntelliJ debug instructions

Switch to slashes for cross-platform compatibility.
2022-03-24 23:12:49 +08:00
Vladimir
cf30e5a46f
feat!: mocking timers with sinon (#531) 2022-01-23 09:43:00 +03:00
Jake Ginnivan
125eeab71b
docs: debugging in VSCode setup (#486) 2022-01-09 07:48:30 +01:00