Vladimir
dd3c5a1110
feat: allow passing passWithNoTests, allowOnly inside config ( #1264 )
2022-05-08 13:36:36 +08:00
Vladimir
2fcba95122
docs: add clarification about threads option ( #1247 )
2022-05-06 11:28:57 +02:00
Vladimir
9c42c4f31b
feat: add config option logHeapUsage ( #1225 )
2022-05-03 15:33:21 +08:00
Eric Gagnon
f2bceb2c28
feat: added support for passing a path to a custom reporter when usin… ( #1136 )
...
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-04-25 14:05:45 +00:00
steve-py96
a63cfa2e51
feat: extend config.outputFile to allow objects, close #1068 ( #1073 )
...
Co-authored-by: steve <steve.scheder@avenga.com>
2022-04-08 02:15:58 +08:00
Vladimir
5cc592be97
feat: add resolveSnapshotPath option ( #1101 )
2022-04-05 18:04:33 +08:00
Vladimir
3c965d4e80
feat: add commands to run tests depending on changed files ( #1078 )
2022-04-03 16:09:36 +08:00
Yoshiaki Togami
190b1c1937
feat: show more details when no test files found ( #1033 )
...
* chore: resolve conflict
* feat: show more details when test files not found
* chore: fix unit test
* chore: remove some dead code
* doc: fix example
* refactor: cleanup
* feat: show filters, if no files found and has filters
Co-authored-by: Vladimir Sheremet <sheremet.va@icloud.com>
2022-04-02 14:57:45 +03:00
alexzhang1030
725bc92529
docs: improve typescript setup explaination, close #1019 ( #1020 )
2022-03-24 23:57:53 +08:00
Vladimir
d959f28ca1
fix(vite-node): don't fallback to cjs by default ( #924 )
2022-03-17 07:00:24 +08:00
Anthony Fu
621300d0a0
chore: lint for md and json
2022-03-08 03:30:59 +08:00
Vladimir
a80ce42783
feat!: move config from vitest/node to vitest/config ( #799 )
2022-02-21 13:57:53 +08:00
Yoshiaki Togami
d419355eb5
docs: fix default value of hookTimeout ( #801 )
2022-02-19 19:49:08 +08:00
Anthony Fu
bb77e4f88a
fix(vite-node): external /dist/ by default
2022-02-18 21:27:26 +08:00
Vladimir
c98355aa65
fix: set mode before running Vite ( #775 )
2022-02-18 11:20:08 +08:00
Vladimir
b656f8dc37
feat: add VITEST_WORKER_ID env ( #774 )
2022-02-17 16:16:24 +08:00
Anthony Fu
1f9d5bc461
docs: update defineConfig usage
2022-02-16 17:54:08 +08:00
Rongjian Zhang
ce418c58c3
fix: move config related methods to 'vitest/node' ( #765 )
2022-02-16 17:48:13 +08:00
Vladimir
a70dcd3e9f
feat: export default config to expand it ( #702 )
...
Co-authored-by: Jan Müller <janmueller3698@gmail.com>
2022-02-09 21:45:40 +08:00
Benja Kugler
4d1601c7f3
docs: correct watch mode default ( #678 )
2022-02-04 13:30:46 +01:00
Jan Müller
aaa6df4b91
docs: escape dot to prevent parsing as url ( #632 )
...
Closes #617
2022-01-25 16:12:04 +01:00
Anthony Fu
53633b710b
fix: rename interpretDefault option to interopDefault
2022-01-19 04:23:59 +08:00
Haoqun Jiang
d428e1519e
docs: update exclude documentation to match the latest implementation ( #568 )
2022-01-18 08:17:55 +01:00
patak
22d2deda69
refactor: rename global to globals ( #565 )
2022-01-18 13:16:44 +08:00
Ivan Demchuk
2300ef8a8f
feat: add JUnit reporter ( #534 )
2022-01-16 09:47:35 +01:00
Cédric Exbrayat
1a8eb2668e
feat: reporter output file ( #512 )
2022-01-14 09:13:05 +08:00
Cédric Exbrayat
fc15d52dd5
feat: json reporter ( #489 )
...
Fixes #108
2022-01-12 14:37:05 +01:00
Vladimir
63ed7c1fca
feat: add snapshotFormat options
2022-01-11 11:54:58 +03:00
Dominik G
eaa119fd09
feat: global setup ( #372 )
...
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-10 18:14:03 +08:00
Vladimir
f1b5474aa2
feat: allow plugins to specify if they should be transformed ( #469 )
...
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-07 23:25:32 +08:00
patak
da0e44a2d6
docs: update config reference ( #339 )
2021-12-28 04:57:38 +08:00
patak-dev
adfb673816
docs: add reference to vitest types in config file
2021-12-27 16:56:35 +01:00
Narcis B
307585c6b3
docs: fix json code highlighting ( #257 )
2021-12-21 17:19:19 +01:00
patak-dev
2ece3a7479
docs: config note in getting started guide
2021-12-21 08:40:25 +01:00
Jake Ginnivan
b57c5c4e36
feat: add --passWithNoTests option ( #245 )
2021-12-21 12:33:02 +08:00
Narcis B
0748249371
docs: fix include type ( #242 )
2021-12-21 09:45:43 +08:00
patak
064522f1d4
docs: fix default include and exclude ( #241 )
2021-12-20 23:31:23 +01:00
Anthony Fu
067d84f63e
docs: update
2021-12-20 04:56:16 +08:00
patak
b317d16116
docs: link to tinypool ( #214 )
2021-12-20 00:00:00 +03:30
Jeff Yang
190a5a895a
docs(config): comment controlled test env ( #201 )
2021-12-17 21:49:03 +08:00
Enzo Innocenzi
715ec85c53
fix: correct minor typos ( #141 )
2021-12-14 11:15:33 +01:00
patak
d8d7db5ea5
refactor!: include and exclude in singular form ( #136 )
2021-12-14 07:06:38 +08:00
patak
45d31ebe4e
docs: config options ( #135 )
2021-12-13 22:53:31 +01:00
patak
48f7232c86
docs: initial setup ( #77 )
2021-12-11 22:25:50 +01:00