Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sheremet-va

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

View on GitHub

sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest

View on GitHub

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

View on GitHub

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...

View on GitHub

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

View on GitHub

sheremet-va deleted a branch sheremet-va/vitest

feat/add-queued-state

sheremet-va pushed 1 commit to main vitest-dev/vitest

View on GitHub

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

View on GitHub

sheremet-va created a comment on an issue on vitest-dev/vscode
Does it work with 1.8.3?

View on GitHub

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

View on GitHub

sheremet-va created a review on a pull request on vitest-dev/vitest

View on GitHub

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...

View on GitHub

sheremet-va created a review on a pull request on vitest-dev/vitest

View on GitHub

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?

View on GitHub

sheremet-va pushed 1 commit to main vitest-dev/vscode

View on GitHub

sheremet-va created a tag on vitest-dev/vscode

v1.8.5 - VS Code extension for Vitest

sheremet-va created a comment on an issue on vitest-dev/vscode
Fixed by #560

View on GitHub

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 deleted a branch vitest-dev/vscode

fix/coverage-istanbul

sheremet-va pushed 1 commit to main vitest-dev/vscode
  • fix: reset istanbul coverage between runs (#560) e0308f1

View on GitHub

sheremet-va opened a pull request on vitest-dev/vscode
fix: reset istanbul coverage between runs
sheremet-va created a branch on vitest-dev/vscode

fix/coverage-istanbul - VS Code extension for Vitest

sheremet-va deleted a branch vitest-dev/vscode

test/fix-tests

sheremet-va closed a pull request on vitest-dev/vscode
fix: update tests
sheremet-va pushed 1 commit to test/fix-tests vitest-dev/vscode
  • test: update how inline errors are queried 2c5d46a

View on GitHub

sheremet-va opened a pull request on vitest-dev/vscode
fix: update tests
sheremet-va created a branch on vitest-dev/vscode

test/fix-tests - VS Code extension for Vitest

sheremet-va created a comment on an issue on vitest-dev/vitest
This option has a "star" in the documentation (https://vitest.dev/config/#dangerouslyignoreunhandlederrors) meaning you cannot use it in your project config, it needs to be defined in the root conf...

View on GitHub

Load more