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

Breakpoints not working in vscode upon npm run test

mcdevlog opened this issue 2 months ago
fix(browser): initiate MSW in the same frame as tests

sheremet-va opened this pull request 2 months ago
TypeError: import_react.default.act is not a function

lgaspari opened this issue 3 months ago
fix(browser): ignore non mocked msw requests

sheremet-va opened this pull request 3 months ago
feat(browser): support clipboard api `userEvent.copy, cut, paste`

hi-ogawa opened this pull request 3 months ago
Bug: browser.testerScripts does not support external script URLs properly

valentinpalkovic opened this issue 3 months ago
spyOn does not preserve static properties on functions

akellbl4 opened this issue 3 months ago
fix(browser): user event cleanup on retry

hi-ogawa opened this pull request 3 months ago
Changed types for extending matchers

dosolkowski-work opened this issue 3 months ago
fix(browser): don't add `v=` queries to setup files imports

sheremet-va opened this pull request 3 months ago
unnecessary async breaking useFakeTimers

cjoecker opened this issue 3 months ago
--merge-reports option not generate coverage as expected

liam61 opened this issue 3 months ago
Fix minor typo: colleting -> collecting

tmcw opened this pull request 3 months ago
Typecheck only ` --typecheck.only` runs normal tests

zirkelc opened this issue 3 months ago
unmet peer eslint@^8.56.0: found 9.13.0

kolorfilm opened this issue 3 months ago
`BaseSequencer` class uses deprecated type `WorkspaceSpec`

eskylake opened this issue 3 months ago
chore(deps): update `@antfu/eslint-config` v3.8.0

hi-ogawa opened this pull request 3 months ago
chore(deps): update all non-major dependencies

renovate[bot] opened this pull request 3 months ago
fix(vitest): invalidate setupFiles with extension-less path

hi-ogawa opened this pull request 3 months ago
In the UI show test report when clicking on a test

noam-honig opened this issue 3 months ago
browser testing: enable (or make it easier) to copy/paste text

luisrudge opened this issue 3 months ago
docs: fix typo

mgabor3141 opened this pull request 3 months ago
docs: fix typo in `fakeTimers.shouldClearNativeTimers` option

michaelnwani opened this pull request 3 months ago
resolveSnapshotPath to provide project root

unional opened this issue 3 months ago
Response.blob() does not return a node-module Blob

hb27 opened this issue 3 months ago
feat: support inline `diff` options and support `printBasicPrototype`

hi-ogawa opened this pull request 3 months ago
test: fix test for node 22.10

hi-ogawa opened this pull request 3 months ago
Wrong coverage when using isolate: false

RodrigoFerretti opened this issue 3 months ago
`cacheDir` not honored if `deps.optimizer.{mode}.enabled` is true

Pistonight opened this issue 3 months ago
fix(browser): cleanup keyboard state

hi-ogawa opened this pull request 3 months ago
chore: update repo setup instruction in CONTRIBUTING.md

hi-ogawa opened this pull request 3 months ago
[DO NOT MERGE] chore: test upcoming `tinyglobby` version

SuperchupuDev opened this pull request 3 months ago
Allow `expect.element` to accept nullish values.

kwangure opened this issue 3 months ago
feat(browser): allow custom HTML path, respect plugins `transformIndexHtml`

sheremet-va opened this pull request 3 months ago
fix(vitest): print warnings form Vite plugins

sheremet-va opened this pull request 3 months ago
Vitest fails when importing wasm module with filename.wasm?init

MCMattia opened this issue 3 months ago
fix(browser): don't polyfill process.env

sheremet-va opened this pull request 3 months ago
refactor: remove barrel utils

sheremet-va opened this pull request 3 months ago
fix(vitest): clarify slowTestThreshold, print slow tests in non-TTY mode

sheremet-va opened this pull request 3 months ago
fix(browser): optimize expect-type

sheremet-va opened this pull request 3 months ago
docs: revert viteconf 24 cta #6414

patak-dev opened this pull request 3 months ago
chore(deps): update `magic-string`

AriPerkkio opened this pull request 3 months ago
chore(deps): update vue

hi-ogawa opened this pull request 3 months ago
test: add retries to playwright ui tests

hi-ogawa opened this pull request 3 months ago
fix(vitest,runner): simplify `test.extend` type exports

hi-ogawa opened this pull request 3 months ago
globalSetup script is executed with wrong CWD

maxpatiiuk opened this issue 3 months ago
chore(types): move expect-type to dependencies

mmkal opened this pull request 3 months ago
docs: add bench test case `TaskResult` type description

btea opened this pull request 3 months ago
perf: use `hash` to replace `createHash`

btea opened this pull request 3 months ago
docs: debugging in intellij

PaulienM opened this pull request 3 months ago
fix(deps): update dependency sirv to v3

renovate[bot] opened this pull request 3 months ago
fix(browser): fix default browser port

hi-ogawa opened this pull request 3 months ago
docs: update invalid link

kamontat opened this pull request 3 months ago
chore: test Vite PR 18329

hi-ogawa opened this pull request 3 months ago
docs: bench `Options` type add `throws` description

btea opened this pull request 3 months ago
test: use list cli args from `test.each`

hi-ogawa opened this pull request 3 months ago
fix(browser): don't override the esbuild option in the browser mode

sheremet-va opened this pull request 3 months ago
docs: mention that the browser mode uses 63315 port

sheremet-va opened this pull request 3 months ago
fix(vitest): always inline setup files

sheremet-va opened this pull request 3 months ago
fix(vitest): use `fast-glob` instead of `tinyglobby` in Vitest

sheremet-va opened this pull request 3 months ago
fix(browser): use `/mockServiceWorker.js` instead of `/__vitest_msw__`

sheremet-va opened this pull request 3 months ago
fix(vitest): show rollup error details as test error

hi-ogawa opened this pull request 3 months ago
Export named 'then' gets called when module is loaded

robintown opened this issue 3 months ago
Should `vi.setConfig({ sequence: { concurrent: true } })` work?

hi-ogawa opened this issue 3 months ago
TestContext is not merged with provided generic in `for` calls

kamilogorek opened this issue 3 months ago
Add slow test detection

JesusTheHun opened this issue 3 months ago
fix(ui): restore splitpanes sizes

userquin opened this pull request 3 months ago
Browser mode: Change the port of browser mode

sevenc-nanashi opened this issue 3 months ago
docs: global type recommendation

privatenumber opened this pull request 3 months ago
docs: update the default `browser.provider`

aryaemami59 opened this pull request 3 months ago
toMatchObject doesn't work well with Proxy objects

jimmycallin opened this issue 3 months ago
.only on describe not working as expected

Tanavya opened this issue 3 months ago
Run Browser Mode tests in a Node.js context

mrmckeb opened this issue 3 months ago
[browser] Allow dynamic `process.env` in browser mode

JCQuintas opened this issue 3 months ago
perf: reuse full name in reported tasks, update generator types

sheremet-va opened this pull request 3 months ago
refactor(coverage): move re-usable parts to base provider

AriPerkkio opened this pull request 3 months ago
docs: update workspace.md

sheremet-va opened this pull request 3 months ago
Vitest never exits (hanging) with threads pool

gc opened this issue 3 months ago
Html UI report without enable same-origin assets

btd opened this issue 3 months ago