Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vitest-dev/vitest

Next generation testing framework powered by Vite.
https://github.com/vitest-dev/vitest

`--inspect-brk` runs immediately when the debugger attaches

leduyquang753 opened this issue 6 months ago
docs: improve the npx description clarity

IAfanasov opened this pull request 6 months ago
Ability to mimic spyOn default behavior with module mock

kwojcik opened this issue 6 months ago
cannot mock spyOn namespace import in browser mode

kwojcik opened this issue 6 months ago
`renderHook` import auto detect does not work in browser mode

kwojcik opened this issue 6 months ago
chore: bump unplugin-auto-import

antfu opened this pull request 6 months ago
feat: allow filter by line number

sheremet-va opened this pull request 6 months ago
poolOptions.threads.singleThread is broken in v2

damianobarbati opened this issue 6 months ago
Failed to load module created in test

Kaciras opened this issue 6 months ago
feat(browser): introduce built-in locators

sheremet-va opened this pull request 6 months ago
fix(browser): don't release keyboard automatically

sheremet-va opened this pull request 6 months ago
userEvent.keyboard always releases pressed key with playwright provider

edoardocavazza opened this issue 6 months ago
fix(browser): dedupe @vitest/browser/client

sheremet-va opened this pull request 6 months ago
docs: add browser mode to readme features

userquin opened this pull request 6 months ago
fix(browser): remove `crypto.randomUUID` from the client

userquin opened this pull request 6 months ago
fix(browser): inline pretty-format and replace picocolors with tinyrainbow

sheremet-va opened this pull request 6 months ago
Custom hosts no longer work in Browser mode

cooper667 opened this issue 6 months ago
chore: remove pre-commit hooks

sheremet-va opened this pull request 6 months ago
perf(browser): don't import msw if no modules are mocked

sheremet-va opened this pull request 6 months ago
vitest browser mode does not work with Rush monorepo manager

cuberoot opened this issue 6 months ago
fix(ui): encode html entities in task name

userquin opened this pull request 6 months ago
fix(ui): test files notified only when running

userquin opened this pull request 6 months ago
docs: add more documentation to runner tasks

sheremet-va opened this pull request 6 months ago
How to stub/mock `progress.argv`

lukasoppermann opened this issue 6 months ago
Vitest UI doesn't render tests initially

rothsandro opened this issue 6 months ago
fix(vitest): update json reporter output

Emiyaaaaa opened this pull request 6 months ago
docs: add env documentation

sheremet-va opened this pull request 6 months ago
console.log is sometimes(!) not sent to stdout

jameshfisher opened this issue 6 months ago
Vitest UI renders suite name / test name as HTML

rothsandro opened this issue 6 months ago
fix(web-worker): peer dependency version on `vitest`

AriPerkkio opened this pull request 6 months ago
@vitest/coverage-istanbul runs excluded files

MKhasib opened this issue 6 months ago
feat(expect): add `toHaveBeenCalledAfter` and `toHaveBeenCalledBefore` utility

Barbapapazes opened this pull request 6 months ago
Cannot find module - PNPM, Monorepo

javeoff opened this issue 6 months ago
fix(browser): correctly inherit browser config in a workspace

sheremet-va opened this pull request 6 months ago
fix(ui): move virtual scroller to dev dependencies

userquin opened this pull request 6 months ago
fix(vitest): print only running files, not every file

sheremet-va opened this pull request 6 months ago
docs: update VP theme configuration

userquin opened this pull request 6 months ago
Vitest UI 2.0 has broken peer dependencies

Fryuni opened this issue 6 months ago
chore: enable isolatedDeclarations in "vitest" package

sheremet-va opened this pull request 6 months ago
chore(deps): update dependency @edge-runtime/vm to v4

renovate[bot] opened this pull request 6 months ago
chore(deps): update all non-major dependencies

renovate[bot] opened this pull request 6 months ago
fix(coverage): use project specific `vitenode` for uncovered files

AriPerkkio opened this pull request 6 months ago
docs: default pool in the types of 2.0 config

RobinTail opened this pull request 6 months ago
fix(vite-node): Generate sourcemap for inlined deps

bgoscinski opened this pull request 6 months ago
Problem testing typescript application that uses piscina

RodrigoFerretti opened this issue 6 months ago
docs: fix browser guide dead link in cli

userquin opened this pull request 6 months ago
fix(browser): support shadow root and svg elements

sheremet-va opened this pull request 6 months ago
fix(browser): correctly mock optimized cjs dependencies

sheremet-va opened this pull request 6 months ago
module mock does not work in some cases in browser mode

kwojcik opened this issue 6 months ago
Testing Asynchronous State Update in React Component not possible

Muhamedkaric opened this issue 6 months ago
feat(browser): add `pointer` to interactive api

userquin opened this pull request 6 months ago
Partially mocked function returning actual implementation

chrismooreajbell opened this issue 6 months ago
fix(vitest): show unrelated failed tests when rerunning a test

sheremet-va opened this pull request 6 months ago
docs: add mock fs section

sheremet-va opened this pull request 6 months ago
true coverage at launch --change

bad4iz opened this issue 6 months ago
docs: update team page

AriPerkkio opened this pull request 6 months ago
fix(vite-node): expose all envs from .env file, not just with a prefix `VITE_`

sheremet-va opened this pull request 6 months ago
fix(vitest): allow testing unandled rejection/exception

sheremet-va opened this pull request 6 months ago
chore: remove prettier since we never used it

sheremet-va opened this pull request 6 months ago
fix(coverage): remove work-around for implicit `else`

AriPerkkio opened this pull request 6 months ago
useFakeTimers isn't working for the setInterval.

gsamal opened this issue 6 months ago
docs: add more migration steps

sheremet-va opened this pull request 6 months ago
fix(coverage): support import attributes in Istanbul coverage

Gravitonic opened this pull request 6 months ago
Documentation comment test like Rust

aprosail opened this issue 6 months ago
fix(browser): print correct stack trace in source files

sheremet-va opened this pull request 6 months ago
ci: lock node version for worker tests

AriPerkkio opened this pull request 6 months ago
fix(coverage): Vite to ignore dynamic import of provider

AriPerkkio opened this pull request 6 months ago
fix(coverage): support overriding `exclude`

AriPerkkio opened this pull request 7 months ago
Exception stack trace line numbers are wrong in browser mode

kwojcik opened this issue 7 months ago
Error in Nuxt 3: Decorators are not valid here

Oli8 opened this issue 7 months ago
can't inline commonjs module when it's a sub-dependency

HomyeeKing opened this issue 7 months ago
feat: add an option to return base64 from page.screenshot

sheremet-va opened this pull request 7 months ago
fix(browser): print screenshot path alongside the test error message

sheremet-va opened this pull request 7 months ago
there is no file coverage if there are no tests for it

bad4iz opened this issue 7 months ago
Easily access failure screenshot after tests run

kwojcik opened this issue 7 months ago
docs: split browser page

userquin opened this pull request 7 months ago
feat(browser): add `tripleClick` to interactive api

userquin opened this pull request 7 months ago