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: populate configs if "browser" is used, but "instances" is not 0882a81
sheremet-va pushed 6 commits to feat/multi-browser-config sheremet-va/vitest
- feat: support Vite v6 in mocker package (#7058) 96f47d3
- fix: don't use dim color for succeeded tests (#7059) 8a6f5f1
- fix(benchmark): disable type testing while benchmarking (#7068) 4e60333
- feat(runner): add "queued" state (#6931) Co-authored-by: Ari Perkkiö <[email protected]> 5f8d209
- Merge branch 'main' of github.com:vitest-dev/vitest into feat/multi-browser-config 6f6023f
- chore: ctx -> vitest 35b7f3d
sheremet-va created a comment on a pull request on vitest-dev/vitest
Decided to introduce the `state()` method on `Suite` and `Module` instead (similar to `result()` but without the errors): https://github.com/vitest-dev/vitest/pull/7069/files#diff-cd81764fa6513d3cb...
sheremet-va created a review comment on a pull request on vitest-dev/vitest
I also added `statistics` to the reported tasks, so we can modify them in place
sheremet-va pushed 1 commit to main vitest-dev/vitest
- feat(runner): add "queued" state (#6931) Co-authored-by: Ari Perkkiö <[email protected]> 5f8d209
sheremet-va closed an issue on vitest-dev/vitest
Reporter API: report files before collection
### Clear and concise description of the problem There is no way for a reporter to know if a file is currently being collected. If the collection phase is slow (e.g. transforms 100000 files due to...sheremet-va closed a pull request on vitest-dev/vitest
feat(runner): add "queued" state
### Description Fixes #6915 <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> ...sheremet-va pushed 5 commits to feat/multi-browser-config sheremet-va/vitest
- feat: add connect timeout for the websocket connection 0ca97b8
- fix: fail tester if session is invalid 57a0af1
- fix: check for body height before saving a screenshot 0d62e6d
- chore: add more debug statements to the orchestrator 1e41e34
- fix: make sure the cloned config doesn't reference the root config 603e323
sheremet-va created a comment on an issue on vitest-dev/vscode
Does it work with 1.8.3?
sheremet-va created a review comment on a pull request on vitest-dev/vitest
I also think that proposed events are not enough, we will probably need to add more
sheremet-va created a review comment on a pull request on vitest-dev/vitest
I wanted to have parsing logic here, and use higher level methods in `core` (`this.testRun.start(specs)`) and low lever in rpc calls (like `onTaskUpdate`) This is also the place where we call re...
sheremet-va created a comment on an issue on vitest-dev/vitest-browser-react
I am OK with changing the API. @MatanBobi what do you think?
sheremet-va closed an issue on vitest-dev/vscode
Istanbul provider returns 0% coverage until code changes
### Describe the bug Recently, I've found the Istanbul provider inconsistent in its reporting. In my attached reproduction and video, you can see that upon launching the project and pressing "ru...sheremet-va pushed 1 commit to main vitest-dev/vscode
- fix: reset istanbul coverage between runs (#560) e0308f1
sheremet-va created a branch on vitest-dev/vscode
fix/coverage-istanbul - VS Code extension for Vitest
sheremet-va pushed 1 commit to test/fix-tests vitest-dev/vscode
- test: update how inline errors are queried 2c5d46a