Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest
- fix: filter with a regexp b28dbeb
sheremet-va created a comment on an issue on vitest-dev/vscode
> I am specifying `istanbul` as my coverage provider. > > See [my `vite.config.ts` file](https://github.com/glektarssza/webcraft/blob/1c5562fc0c3aa575e96e12a0038ae540b23f165f/packages/logging/vi...
sheremet-va closed an issue on vitest-dev/vscode
Coverage reporting fails when running in browser with webdriverio provider
### Describe the bug When running unit tests inside a browser using the `webdriverio` provider, coverage cannot be reported. Instead an error is thrown: ``` ⎯⎯⎯⎯⎯⎯⎯ Coverage Error ⎯⎯⎯⎯⎯⎯⎯ Err...sheremet-va created a comment on an issue on vitest-dev/vscode
webdriverio doesn't support `v8` coverage provider (which is the default value), specify `istanbul` if you need to collect coverage in webdriverio
sheremet-va pushed 2 commits to feat/multi-browser-config sheremet-va/vitest
sheremet-va pushed 7 commits to release vitest-dev/vscode
- fix: don't panic when running tests in browser mode with the latest Vitest (#552) * chore: support v3 beta * fix: d... fb87a62
- chore: release v1.8.3 7b96bde
- fix: node path detection for lazy loading (#555) NVM lazy loading use cases such as the Oh My Zsh `nvm` plugin might... 4f41223
- fix: report coverage with negative columns (#557) Fixes #556 b6c4bf7
- fix: print report to the terminal if shellType is set to terminal (#553) 8373db1
- chore: don't open test results automatically 2da38cc
- chore: release v1.8.4 3fe7ca2
sheremet-va pushed 1 commit to main vitest-dev/vscode
- chore: don't open test results automatically 2da38cc
sheremet-va pushed 1 commit to main vitest-dev/vscode
- fix: print report to the terminal if shellType is set to terminal (#553) 8373db1
sheremet-va closed a pull request on vitest-dev/vscode
fix: print report to the terminal if shellType is set to terminal
sheremet-va closed an issue on vitest-dev/vscode
Inline Coverage from vitest is not shown
### Describe the bug When I run the test in the repo, I do not see inline coverage in the editor. And in the Window output I see an error: `[error] Error loading coverage details Illegal argume...sheremet-va pushed 1 commit to main vitest-dev/vscode
- fix: report coverage with negative columns (#557) Fixes #556 b6c4bf7
sheremet-va closed an issue on vitest-dev/vscode
Inline Coverage from vitest is not shown
### Describe the bug When I run the test in the repo, I do not see inline coverage in the editor. And in the Window output I see an error: `[error] Error loading coverage details Illegal argume...sheremet-va closed a pull request on vitest-dev/vscode
fix: report coverage with negative columns
Fixes #556sheremet-va closed a pull request on vitest-dev/vscode
fix: node path detection for lazy loading
close: https://github.com/vitest-dev/vscode/issues/542 More background: https://github.com/microsoft/playwright/issues/33996#issuecomment-2542290911 NVM lazy loading use cases such as the Oh ...sheremet-va opened a pull request on vitest-dev/vscode
fix: report coverage with negative columns
Fixes #556sheremet-va created a branch on sheremet-va/vitest-vscode
fix/coverage-and-uri-windows-issues - VS Code extension for Vitest
sheremet-va closed an issue on vitest-dev/vscode
Vitest extension crashes on run with coverage
### Describe the bug Click on run with coverage from menu or from tests explorer crash extesion ### Reproduction ![20241203_102338](https://github.com/user-attachments/assets/01ca89fc-f8a...sheremet-va created a review comment on a pull request on vitest-dev/vitest
servers are created per project, so it comes from there already
sheremet-va created a review comment on a pull request on vitest-dev/vitest
Did you move the sorting? Why is it removed from here?
sheremet-va created a comment on a pull request on vitest-dev/vitest
> It's not in table output though, should it be here too? > > <img alt="" width="400" src="https://private-user-images.githubusercontent.com/14806298/395490933-aa2b9db4-2a5c-4067-81de-abcae5d5d1...
sheremet-va created a branch on vitest-dev/vscode
fix/print-report-shell-terminal - VS Code extension for Vitest