Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.4k
fix(reporters):--merge-reports
to show each total run times#7877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
fix(reporters):--merge-reports
to show each total run times#7877
Uh oh!
There was an error while loading.Please reload this page.
Conversation
6ba3c89
tob996dbf
Comparenetlifybot commentedApr 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview forvitest-dev ready!Builtwithout sensitive environment variables
To edit notification comments on pull requests, go to yourNetlify site configuration. |
b996dbf
to67ef233
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
4f540be
tod02dca4
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Generally, I dislikeexecutionTimes?: number[]
as a public API.
What are these numbers? Why are the optional? Do we just keep adding new arguments to hooks? I think this needs to be standardizedsomehow
Maybe have something like aSubTestRun
? OrShardTestRun
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Do you have any suggestions what would be better way to pass data from |
Storing it in |
d02dca4
toc2044d7
CompareAriPerkkio commentedMay 4, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Storing blobs in |
d613b81
intovitest-dev:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Description
--merge-reports
#7825Adds total test run times of each blob in test report of
--merge-reports
run. TheDuration
is sum of all blobs. Below it we showPer blob
durations.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yaml
unless you introduce a new test example.Tests
pnpm test:ci
.Documentation
pnpm run docs
command.Changesets
feat:
,fix:
,perf:
,docs:
, orchore:
.