-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
VGT is not showing test result from another package #3
Comments
Hello @FabsHC, could you please provide the output for the test.json file? |
Of course. Here it is:
|
Meanwhile @FabsHC, could you please check the results (and if possible to share it with us) when you run it as this |
Here's the output from vgt:
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi guys, how are you?
I need some help, I'm running the
vgt
command to display the benchmark results of my tests. However, it's only showing the results for a single package, /app, which contains some integration tests. The other unit tests are not appearing in the VGT output.Here is the structure of my project:
I am executing this command:
go test -json ./... | go run github.com/roblaszczak/vgt@latest
vgt result

The text was updated successfully, but these errors were encountered: