Karol Stawowski
cdfdb20cfa
docs: add bench command to cli documentation ( #2948 )
...
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2023-03-07 18:25:10 +01:00
Mohammad Kermani
8c625d2a10
docs(cli): suggest --run flag when using vitest related with lint-staged ( #2704 )
...
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2023-01-23 16:50:51 +01:00
Vladimir
9b8afb204d
docs: add CLI arguments to config docs ( #2636 )
...
* docs: add CLI argu,ents to config docs
* chore: cleanup
* chore: cleanup
* Update docs/guide/cli.md
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2023-01-10 16:40:43 +01:00
Vladimir
7ae1417fff
feat: add more options to configure diff output ( #2522 )
...
* feat: add more options to configure diff output
* chore: add more tests for diff, cleanup
* docs: add `-` examples
* chore: cleanup
* chore: fix test and wrong "could not display diff"
* test: diff ignores undefined
* Apply suggestions from code review
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
* docs: add `--logHeapUsage` to docs
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-12-20 12:57:34 +03:00
Anjorin Damilare
17ba76b8d1
docs: update cli docs ( #2159 )
2022-10-19 12:29:32 +02:00
Ahmet Katrancı
6ca180233b
chore: typo ( #2147 )
2022-10-14 05:19:17 +08:00
Ari Perkkiö
265fdbe665
feat: support istanbul coverage provider ( #1676 )
...
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-08-16 02:21:02 +08:00
jereklas
ec37655115
feat: Add --no-color to cli ( #1849 )
2022-08-15 10:56:09 +08:00
Vladimir Sheremet
0ae8e19b90
docs: clarify vitest related
2022-08-07 17:22:33 +03:00
Jan Müller
409aa45e57
feat: add option for ignoring unhandled errors ( #1678 )
2022-07-26 08:58:43 +03:00
Joe Zimmerman
7306994394
docs: typos ( #1686 )
2022-07-22 14:27:36 +08:00
Anthony Fu
88033bca99
feat: init @vitest/browser package ( #1302 )
...
Co-authored-by: Joaquín Sánchez Jiménez <joaquin.sanchez@fi2net.es>
Co-authored-by: userquin <userquin@gmail.com>
Co-authored-by: M. Bagher Abiat <zorofight94@gmail.com>
2022-07-20 03:37:45 +08:00
Joaquín Sánchez
235cfa7eea
docs: add section title in guide pages ( #1583 )
2022-07-15 00:28:28 +08:00
Vladimir
5d0dfe9c6d
feat: make sequencer public, add option to run tests in random order ( #1582 )
...
* feat: make sequencer public, add random option
* test: cleanup
* chore: add random option to suite
* chore: cleanup
* chore: cleanup
* chore: cleanup
* chore: cleanup
* chore: cleanup
* chore: rename random -> shuffle
* Apply suggestions from code review
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
* Update docs/config/index.md
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-07-06 10:08:22 +00:00
Elliot Westlake
40fc526e55
feat: check related against forceRerunTriggers ( #1595 )
...
* feat: check related against forceRerunTriggers
* chore: fix lock
* check length of micromatch
* add execa
* add force-rerun tests and vitest config
* update docs
* watch false on related
* typo
* linting
* fix lock and add timeout to tests
* add defaults to forceRerunTriggers
* chore: remove dist from forceRerunTriggers
* Wording
Co-authored-by: Vladimir Sheremet <sheremet.va@icloud.com>
2022-07-05 08:04:09 +00:00
Vladimir
9c60757280
feat: add caching to run failed and longer tests first ( #1541 )
...
* feat: add caching to run failed and longer tests first
* chore: cleanup
* chore: add clearCache
* chore: update lockfile
* chore: add filesCache
* refactor: add sequelizer
* chore: lockfile
* refactor: renaming
* chore: dont override version
* chore: fix clearCache
* chore: guard slice
* chore: cleanup
* docs: cleanup
* chore: cleanup
* chore: remove command for now
* refactor: cleanup
2022-07-03 15:18:39 +03:00
Vladimir
805c0ba6f8
feat: add --shard command ( #1477 )
...
* feat: add --shard command
* chore: increase timeout for shard tests
* chore: use relative path for spec
* chore: add try/catch to plugin
2022-06-14 20:58:12 +03:00
Dragomir Ivanov
0b8a5bc0d6
feat: new --ouputDiffLines cli flag ( #1446 )
...
* docs: add documentation for `--outputTruncateLength` cli flag
* feat: add `--outputDiffLines` cli flag
Use this flag in order to control how many lines are printed,
on each diff.
2022-06-08 18:41:01 +03:00
Anthony Fu
5679a2a24d
docs: improve snapshot docs
2022-06-04 05:09:45 +08:00
Vladimir
62cf5af67d
docs: add more info to config docs ( #1269 )
...
* docs: add more info to config docs
* docs: fix dead link
* Apply suggestions from code review
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-05-08 18:46:12 +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
Anthony Fu
f741c7e6fb
docs: restrcture
2022-04-25 20:28:56 +08:00