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

chore: remove @vitejs/plugin-vue-jsx

sheremet-va opened this pull request 7 months ago
chore: remove marko from examples folder

sheremet-va opened this pull request 7 months ago
chore: update eslint config package

sheremet-va opened this pull request 7 months ago
Typecheck not performed if there are no test-d files

cyyynthia opened this issue 7 months ago
fix(deps): update vulnerable `test-exclude` to v7

AriPerkkio opened this pull request 7 months ago
fix(deps): update dependency @testing-library/dom to v10

renovate[bot] opened this pull request 7 months ago
chore(deps): update dependency @rollup/plugin-commonjs to v26

renovate[bot] opened this pull request 7 months ago
fix(expect): Fix to properly compare ObjectContaining

pengooseDev opened this pull request 7 months ago
feat(runner): implement `test.for`

hi-ogawa opened this pull request 7 months ago
fix(test): add missing `await`

benmccann opened this pull request 7 months ago
docs: clarify need to await `expect.toMatchFileSnapshot`

benmccann opened this issue 7 months ago
Async context is not passed into tests from fixtures

mdnorman opened this issue 7 months ago
Is it possible to add snapshots in type testing?

MWhite-22 opened this issue 7 months ago
feat(ui): replace navigation with test explorer

userquin opened this pull request 7 months ago
fix(browser): show correct prepare time

sheremet-va opened this pull request 7 months ago
String exports aren't resolved on wildcard imports

LorisSigrist opened this issue 7 months ago
fix(utils): package exports

userquin opened this pull request 7 months ago
Not possible to use stringContaining with toHaveBeenCalledWith

borisyordanov opened this issue 7 months ago
fix(browser): set server.open to false and move error handling after init

sheremet-va opened this pull request 7 months ago
feat(ui): load module graph on tab selection

userquin opened this pull request 7 months ago
fix(browser): don't optimize Vitest dependencies

sheremet-va opened this pull request 7 months ago
feat!: rename indexScripts to orchestratorScripts

sheremet-va opened this pull request 7 months ago
fix(browser): allow iframe to load even if there is a custom CSP header

sheremet-va opened this pull request 7 months ago
fix(forks): resolve `poolOptions.<name>.isolate` from `forks` options

AriPerkkio opened this pull request 7 months ago
fix(browser): specify entries for correct deps optimization

sheremet-va opened this pull request 7 months ago
Ability to import source scripts in IFrames

ashubham opened this issue 7 months ago
test(coverage): refactor testing structure

AriPerkkio opened this pull request 7 months ago
fix(browser): use `preview` provider when running in StackBlitz

userquin opened this pull request 7 months ago
chore(deps): update `tinypool` to v1

AriPerkkio opened this pull request 7 months ago
vitest runner defaultSuite always empty

DecathectZero opened this issue 7 months ago
fix(browser): print correct transformed module graph

sheremet-va opened this pull request 7 months ago
docs: correct oder to order (fix #5830[,#5830])

NickHeap2 opened this pull request 7 months ago
docs: oder instead of order

NickHeap2 opened this issue 7 months ago
fix(browser): always clean up iframes on rerun

sheremet-va opened this pull request 7 months ago
feat(browser): rename none provider to preview, make it default

sheremet-va opened this pull request 7 months ago
chore(deps): update dependency @vitejs/plugin-vue-jsx to v4 - autoclosed

renovate[bot] opened this pull request 7 months ago
fix(browser): use iframe id instead of calculating it from filenames

sheremet-va opened this pull request 7 months ago
Browser: refreshing the page brakes `vitest` BroadcastChannel

sheremet-va opened this issue 7 months ago
Vitest cannot transpile with TypeScript `moduleResolution` set to `node16`

softcraft-development opened this issue 7 months ago
docs: Fix typo in description of `--typecheck.checker` (tcs -> tsc)

tim-we opened this pull request 7 months ago
fix(coverage): `thresholds.autoUpdate` to support `mergeConfig`

AriPerkkio opened this pull request 7 months ago
fix(browser): browser actions icons colors

userquin opened this pull request 7 months ago
feat(browser): add browser iframe mouse interaction

userquin opened this pull request 7 months ago
chore(browser): add browser ui scripts to run root browser tests

userquin opened this pull request 7 months ago
fix(browser): orchestrator preventing iframe mouse interaction

userquin opened this pull request 7 months ago
Expose CDP in the browser mode

sheremet-va opened this issue 7 months ago
feat(browser): support changing the viewport

sheremet-va opened this pull request 7 months ago
feat(browser): do not reload the page during watch mode

sheremet-va opened this pull request 7 months ago
feat: add browser frame to UI

sheremet-va opened this pull request 7 months ago
feat(ui): render tests in a tree

sheremet-va opened this pull request 7 months ago
fix(runner): Ensure test.each print -0 and -NaN properly

pengooseDev opened this pull request 7 months ago
docs: fix typo

le-harivansh opened this pull request 7 months ago
fix: remove process.exit if workspace project failed to be created

sheremet-va opened this pull request 7 months ago
feat!: add meta to json output

sheremet-va opened this pull request 7 months ago
docs: rearrange browser guide

MatanBobi opened this pull request 7 months ago
Windows drive casing causes issues with mocking

dylanclaywell opened this issue 7 months ago
Coverage Testing | Min & Max Threads = Null | Range Error

rwilliams3088 opened this issue 7 months ago
Support testing the unhandled promise rejection

kibertoad opened this issue 8 months ago
Re-implement parameterized test names (#2405)

mensah-j opened this issue 8 months ago
Add init command for browser tests

sheremet-va opened this issue 8 months ago
fix(ui): show correct module graph and project name in a Vitest workspace

sheremet-va opened this pull request 8 months ago
fix: respect `isolate` in a workspace project

sheremet-va opened this pull request 8 months ago
fix: remove browser.fileParallelism

sheremet-va opened this pull request 8 months ago
Browser mode: 'X-Frame-Options': 'DENY' breaks tests

IanVS opened this issue 8 months ago
Range.compareBoundaryPoints should throw error

mozesstumpf opened this issue 8 months ago
feat: allow augmenting config.test.env

sheremet-va opened this pull request 8 months ago
fix: repeatable `--exclude` option

fregante opened this pull request 8 months ago
feat(browser): support `click` event

sheremet-va opened this pull request 8 months ago
Allow changing viewport in browser mode

sheremet-va opened this issue 8 months ago
fix(utils): Ensure test.each print -0 and -NaN properly

pengooseDev opened this pull request 8 months ago
TypeError on the Debugger after assigning a `Set` in a constructor

mozesstumpf opened this issue 8 months ago
feat: add browser.ui option

sheremet-va opened this pull request 8 months ago
Interactivity API for Browser Mode

sheremet-va opened this issue 8 months ago
fix: remove process.exit if global setup threw an error

sheremet-va opened this pull request 8 months ago
docs: update plugins page

yannbf opened this pull request 8 months ago
Vitest 1.6.0 upgrade breaks sandboxing the filesystem from tests

mixedCase opened this issue 8 months ago
Support it() as well for bench

lveillard opened this issue 8 months ago
feat: implement module mocking in browser mode

sheremet-va opened this pull request 8 months ago
`MY_ENV=abc vitest` exposes `import.meta.env.MY_ENV === "abc"`

hi-ogawa opened this issue 8 months ago
vi.stubEnv documentation and typing differ from each other

fvanderwielen opened this issue 8 months ago